作者 sgj
1 个管道 的构建 通过 耗费 1 秒

添加最新版本的easywechat

@@ -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,