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