|
@@ -154,6 +154,7 @@ class DeliveryByF1 extends BaseService
|
|
|
}
|
|
|
$params['shenBaoXinXiList'] = $goodsList;
|
|
|
$resJson = curl_post($url, [$params], $headers);
|
|
|
+ Log::write('orderId::' . $orderId);
|
|
|
Log::write('itdida::' . $resJson);
|
|
|
$res = json_decode($resJson, true);
|
|
|
// 遍历整理数据
|