zz 5 лет назад
Родитель
Сommit
fddab12433
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app/Modules/Channel/Services/ReportToChannelUserAndOrderService.php

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

@@ -21,6 +21,9 @@ class ReportToChannelUserAndOrderService
     const SUCCESS = 'success';
     const SUCCESS = 'success';
 
 
     public static function getReportUrl($distribution_channel_id,$type){
     public static function getReportUrl($distribution_channel_id,$type){
+        if($distribution_channel_id == 10500){
+            return 'https://sitewyn29mk4rrn53r7e.wd.pinyuew.com.cn/channelOrderAndUserReport';
+        }
         return '';
         return '';
     }
     }