更新发送物流信息处理

This commit is contained in:
yaooo 2023-08-12 09:32:24 +08:00
parent 5cbd009368
commit 78ee12fb0e

View File

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