@ -64,8 +64,8 @@ class User extends Api
$this->error(__('Invalid parameters'));
}
$config = [
'app_id' => 'wx5a2c9f7e82918b85',
'secret' => 'd33c7f7a45150136da158cf8cc956a34',
'app_id' => 'wx183e3fbc925f1ba3',
'secret' => 'b3e26edaa7642673dd98a951564e02c7',
// 指定 API 调用返回结果的类型:array(default)/collection/object/raw/自定义类名
'response_type' => 'array',
];