shish 5 년 전
부모
커밋
2d414d4e98
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app-mall/controllers/OrderController.php

+ 2 - 0
app-mall/controllers/OrderController.php

@@ -141,6 +141,8 @@ class OrderController extends BaseController
         $freight = ['first' => 5, 'add' => 2];
         $freight = ['first' => 5, 'add' => 2];
         $mapKey = 'OFWBZ-2NTHP-EHNDD-LKWQY-GANM7-PXBJH';
         $mapKey = 'OFWBZ-2NTHP-EHNDD-LKWQY-GANM7-PXBJH';
         $out = ['freight' => $freight, 'shop' => $shop, 'region' => $regionTree, 'txMapKey' => $mapKey, 'merchant' => $shop];
         $out = ['freight' => $freight, 'shop' => $shop, 'region' => $regionTree, 'txMapKey' => $mapKey, 'merchant' => $shop];
+        Yii::info(json_encode($shop));
+        Yii::info(json_encode($shop['shopName']));
         util::success($out);
         util::success($out);
     }
     }