更新发送物流信息处理
This commit is contained in:
parent
5cbd009368
commit
78ee12fb0e
@ -45,8 +45,7 @@ class DeliveryGoods
|
||||
public function sendLogistics($orderId, $orderSn)
|
||||
{
|
||||
Log::info("发送物流信息 orderId: {$orderId}, orderSn: {$orderSn}");
|
||||
$postUrl = env('LOGISTICS_URL');
|
||||
/*
|
||||
$postUrl = env('LOGISTICS_LOGIS_URL');
|
||||
$curlPost = [
|
||||
'order_id' => $orderId,
|
||||
'order_sn' => $orderSn,
|
||||
@ -65,8 +64,6 @@ class DeliveryGoods
|
||||
$phone = $logisticsInfo['data']['phone'];
|
||||
Log::info("物流联系信息" . json_encode($logisticsInfo));
|
||||
}
|
||||
*/
|
||||
$phone = '';
|
||||
return $phone;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user