|
@@ -84,6 +84,8 @@ class MtController extends PublicController
|
|
|
return Json::encode(['data' => 'ok']);
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ Yii::info('商品信息:' . json_encode($mtGoodsData));
|
|
|
|
|
+
|
|
|
$config = dict::getDict('mtConfig');
|
|
$config = dict::getDict('mtConfig');
|
|
|
$app = new Application($config);
|
|
$app = new Application($config);
|
|
|
$productList = [];
|
|
$productList = [];
|