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