正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -201,10 +201,10 @@ class Common extends Api | @@ -201,10 +201,10 @@ 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($api, $debug = false, $beta = false, $json = false); | 207 | + $return['config'] = $Wechat->js->config($APIs, $debug = false, $beta = false, $json = false); |
208 | $this->success('', $return); | 208 | $this->success('', $return); |
209 | } | 209 | } |
210 | 210 |
-
请 注册 或 登录 后发表评论