|
|
@@ -663,7 +663,7 @@ class DispatchService
|
|
|
'calculate_price_info' => isset($quote['calculate_price_info_list']) ? $quote['calculate_price_info_list'][0] : [],
|
|
|
'vehicle_type' => $data['vehicle_type_list'][$vehicle_type_list_key]
|
|
|
];
|
|
|
- Yii::info("[DispatchService] {$platform} 报价成功: ");// . json_encode($quote));
|
|
|
+ Yii::info("[DispatchService] {$platform} 报价成功");// . json_encode($quote));
|
|
|
}
|
|
|
} else {
|
|
|
// 蜂鸟和闪送的响应处理
|
|
|
@@ -671,7 +671,7 @@ class DispatchService
|
|
|
if ($quote && !isset($quote['error'])) {
|
|
|
$quote['_duration'] = $totalDuration;
|
|
|
$results['success'][$platform] = $quote;
|
|
|
- Yii::info("[DispatchService] {$platform} 报价成功: ");// . json_encode($quote));
|
|
|
+ Yii::info("[DispatchService] {$platform} 报价成功");// . json_encode($quote));
|
|
|
} else {
|
|
|
$errorMsg = $quote['error'] ?? '报价返回数据为空';
|
|
|
$results['failed'][$platform] = $errorMsg;
|