This commit is contained in:
luofei 2023-08-12 10:39:35 +08:00
parent 544c8a4fe0
commit eee86098af

View File

@ -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) {