|
@@ -24,7 +24,7 @@ class GoodsCategoryLogic extends BaseLogic
|
|
|
$response = (new WeChatMnpService())->getUnlimitedQRCode(
|
|
$response = (new WeChatMnpService())->getUnlimitedQRCode(
|
|
|
'type=2&id='.$params['id'],
|
|
'type=2&id='.$params['id'],
|
|
|
"pages/good/good",
|
|
"pages/good/good",
|
|
|
- 'trial',
|
|
|
|
|
|
|
+ 'release',
|
|
|
false
|
|
false
|
|
|
);
|
|
);
|
|
|
Log::write(json_encode($params,JSON_UNESCAPED_UNICODE));
|
|
Log::write(json_encode($params,JSON_UNESCAPED_UNICODE));
|