瀏覽代碼

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 '';
     }