|
@@ -176,6 +176,8 @@ class Goods extends Base
|
|
|
"account" => sConf("wechat.shop_id"),
|
|
"account" => sConf("wechat.shop_id"),
|
|
|
])->token()->getStoreCategoryTemplate($param['category_id'],$param['product_type']);
|
|
])->token()->getStoreCategoryTemplate($param['category_id'],$param['product_type']);
|
|
|
if (empty($valMap['product_attrs'])) return errorTrans("error.data");
|
|
if (empty($valMap['product_attrs'])) return errorTrans("error.data");
|
|
|
|
|
+ echo "商品参数信息\n";
|
|
|
|
|
+ print_r($param);
|
|
|
$data = (new BaseData)->config([
|
|
$data = (new BaseData)->config([
|
|
|
"appid" => sConf("wechat.mini_appid"),
|
|
"appid" => sConf("wechat.mini_appid"),
|
|
|
"secret" => sConf("wechat.mini_secret"),
|
|
"secret" => sConf("wechat.mini_secret"),
|