aa
This commit is contained in:
parent
544c8a4fe0
commit
eee86098af
@ -314,7 +314,7 @@ class LogisticsLogic extends BaseLogic
|
||||
]);
|
||||
//调用接口通知商超平台
|
||||
$url = 'https://crmeb-test.shop.lihaink.cn/api/goods/take/'.$logistics['order_id'];
|
||||
curl_post($url,[],['order_sn'=>$params['order_sn'],'logistics_code'=>$params['take_code']]);
|
||||
curl_post($url,[],['order_sn'=>$logistics['order_sn'],'logistics_code'=>$params['take_code']]);
|
||||
Logistics::commit();
|
||||
return ['code'=>1, 'msg'=>'操作成功'];
|
||||
} catch (\Exception $e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user