mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-05-20 20:19:14 +08:00
modified 细节修复
This commit is contained in:
parent
712a7b2d71
commit
e6c128ea8c
@ -26,8 +26,8 @@ class ThirdLogin extends Base {
|
||||
* @var array
|
||||
*/
|
||||
private $qqConfig = [
|
||||
'appId' => '101461699',
|
||||
'appSecret' => '52076b6d50c1fbdf59ac7b8a7404066b',
|
||||
'appId' => '',
|
||||
'appSecret' => '',
|
||||
'redirectUri' => 'https://admin.apiadmin.org/#/login/qq'
|
||||
];
|
||||
|
||||
@ -45,8 +45,8 @@ class ThirdLogin extends Base {
|
||||
* @var array
|
||||
*/
|
||||
private $wxOpenConfig = [
|
||||
'appId' => 'wxa886c4bafd5316f6',
|
||||
'appSecret' => 'e7ea7c9ed3d7544fc6d791d7cdaff5d4',
|
||||
'appId' => '',
|
||||
'appSecret' => '',
|
||||
'redirectUri' => 'https://admin.apiadmin.org/#/login/wx'
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user