wesley.chen 7 years ago
parent
commit
d9788fd5b4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/Http/Controllers/Api/V1/HomeController.php

+ 3 - 2
app/Http/Controllers/Api/V1/HomeController.php

xqd
@@ -24,8 +24,9 @@ class HomeController extends Controller
     public function __construct()
     {
         $config = [
-            'app_id' => 'wxea7a26e5da5b46f2',
-            'secret' => '769802a6f23aac585e355ce0e326aa03',
+            'app_id' => 'wxdeff0d78ebe3e744',
+            'secret' => '44cf7fc6e0d4012f180c7f04d47d344d
+',
 
             // 指定 API 调用返回结果的类型:array(default)/collection/object/raw/自定义类名
             'response_type' => 'array',