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