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