소스 검색

report to channel user info

zz 4 년 전
부모
커밋
72d48d1cb7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/Modules/Channel/Services/ReportToChannelUserAndOrderService.php

+ 3 - 1
app/Modules/Channel/Services/ReportToChannelUserAndOrderService.php

@@ -39,7 +39,9 @@ class ReportToChannelUserAndOrderService
         if($distribution_channel_id == 10590){
             return 'https://xdd.guozhen6.com/ysh/wdapi/';
         }
-        
+        if(in_array($distribution_channel_id,[10614,10615])){
+            return 'https://return.16bindian.com/wangduyun/notify.html';
+        }
         return '';
     }