|
|
@@ -141,6 +141,8 @@ class OrderController extends BaseController
|
|
|
$freight = ['first' => 5, 'add' => 2];
|
|
|
$mapKey = 'OFWBZ-2NTHP-EHNDD-LKWQY-GANM7-PXBJH';
|
|
|
$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);
|
|
|
}
|
|
|
|