|
|
@@ -672,7 +672,7 @@ class DeliveryController extends BaseController
|
|
|
}
|
|
|
return $this->asJson(['error_code' => 0, 'error_msg' => 'success']);
|
|
|
} else {
|
|
|
- Yii::error('顺丰回调失败: ' . json_encode($post, JSON_UNESCAPED_UNICODE));
|
|
|
+ Yii::error('滴滴回调失败: ' . json_encode($post, JSON_UNESCAPED_UNICODE));
|
|
|
return $this->asJson(['error_code' => -1, 'error_msg' => 'failed']);
|
|
|
}
|
|
|
}
|