正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
@@ -95,9 +95,8 @@ class AreaController extends RestBaseController | @@ -95,9 +95,8 @@ class AreaController extends RestBaseController | ||
95 | 95 | ||
96 | 96 | ||
97 | public function test(){ | 97 | public function test(){ |
98 | - $appId=config('wechat_config.app_id'); | ||
99 | - $secret=config('wechat_config.secret'); | ||
100 | - | 98 | + $appId=config('wechat.app_id'); |
99 | + $secret=config('wechat.secret'); | ||
101 | $config = [ | 100 | $config = [ |
102 | 'app_id' => $appId, | 101 | 'app_id' => $appId, |
103 | 'secret' => $secret, | 102 | 'secret' => $secret, |
-
请 注册 或 登录 后发表评论