...
|
...
|
@@ -41,7 +41,7 @@ class Wechat extends Api |
|
|
if(empty(request()->param('store_id'))){return $this->error('门店信息错误');}
|
|
|
try{
|
|
|
$param = request()->param();
|
|
|
$url = htmlspecialchars_decode($param['url']);
|
|
|
$url = htmlspecialchars_decode(urldecode($param['url']));
|
|
|
$app = WehcatModule::getInstance(request()->param('store_id'))->initWechat();
|
|
|
|
|
|
$app->jssdk->setUrl($url);
|
...
|
...
|
|