正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -201,7 +201,7 @@ class Common extends Api | @@ -201,7 +201,7 @@ class Common extends Api | ||
201 | $url = input('url'); | 201 | $url = input('url'); |
202 | $config = config('wechat'); | 202 | $config = config('wechat'); |
203 | // dump($config); | 203 | // dump($config); |
204 | - $APIs = explode(',', $api); | 204 | +// $APIs = explode(',', $api); |
205 | $Wechat = new Application($config); | 205 | $Wechat = new Application($config); |
206 | $Wechat->js->setUrl($url); | 206 | $Wechat->js->setUrl($url); |
207 | $return['config'] = $Wechat->js->config($APIs, $debug = false, $beta = false, $json = false); | 207 | $return['config'] = $Wechat->js->config($APIs, $debug = false, $beta = false, $json = false); |
-
请 注册 或 登录 后发表评论