|
|
@@ -875,7 +875,7 @@ class DeliveryController extends BaseController
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
$getData = $get;
|
|
|
- Yii::info(json_encode($get, JSON_UNESCAPED_UNICODE););
|
|
|
+ Yii::info(json_encode($get, JSON_UNESCAPED_UNICODE));
|
|
|
// {"sourceId":"1003654","ticket":"b8b4e56a86934b73a512ea9994e7774e","state":"huidiao_biaoshi","shopNo":"1003654-88547413"}
|
|
|
|
|
|
if ($getData['state'] != 'huidiao_biaoshi') {
|