正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
@@ -200,8 +200,6 @@ class Common extends Api | @@ -200,8 +200,6 @@ class Common extends Api | ||
200 | $api = input('api'); | 200 | $api = input('api'); |
201 | $url = input('url'); | 201 | $url = input('url'); |
202 | $config = config('wechat'); | 202 | $config = config('wechat'); |
203 | - dump($config); | ||
204 | - die; | ||
205 | // dump($config); | 203 | // dump($config); |
206 | $APIs = explode(',', $api); | 204 | $APIs = explode(',', $api); |
207 | $Wechat = new Application($config); | 205 | $Wechat = new Application($config); |
-
请 注册 或 登录 后发表评论