mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
baidu
This commit is contained in:
@ -231,13 +231,13 @@ class User extends Common
|
||||
|
||||
//$_POST['config'] = MyC('baidu_mini_program_config');
|
||||
$_POST['config'] = [
|
||||
// 'id' => '16634987',
|
||||
'id' => '16634987',
|
||||
'key' => 'C9Gg744cBqQ3zvbC5uOPMg9yWpmuQ8O7',
|
||||
'secret' => 'KmdPEyuSAXcbiouKVq6LOSUjctZpxmNb',
|
||||
|
||||
// 'id' => '14675874',
|
||||
// 'key' => 'G8x7Q2oSIo2Egcps7QB8fQGCQrUDjwNN',
|
||||
// 'secret' => 'T5PXvGwDxci6GVAeQErigGvTRK48MVRz',
|
||||
|
||||
'id' => '14675874',
|
||||
'key' => 'G8x7Q2oSIo2Egcps7QB8fQGCQrUDjwNN',
|
||||
'secret' => 'T5PXvGwDxci6GVAeQErigGvTRK48MVRz',
|
||||
];
|
||||
$result = (new \base\BaiduAuth())->GetAuthUserInfo($_POST);
|
||||
if($result['status'] == 0)
|
||||
|
||||
Reference in New Issue
Block a user