Przeglądaj źródła

report to channel user info

zz 4 lat temu
rodzic
commit
72d48d1cb7

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