|
|
@@ -42,7 +42,7 @@ class ExpressService
|
|
|
'transaction_id' => $transactionID,
|
|
|
]);
|
|
|
if ($response->isFailed()) {
|
|
|
- Log::error('查询订单发货状态失败'.json_encode($response->toArray()));
|
|
|
+ Log::error('查询订单发货状态失败{transaction_id}{response}', ['transaction_id' => $transactionID, 'response' => $response->toArray()]);
|
|
|
throw_logic_exception('查询订单发货状态失败');
|
|
|
}
|
|
|
return $response->toArray()['order'];
|