asa
This commit is contained in:
Binary file not shown.
8
main.py
8
main.py
@@ -55,8 +55,12 @@ def read_users(code, wxid, db: Session = Depends(get_db)):
|
|||||||
new_user = {}
|
new_user = {}
|
||||||
# 异度星球-小程序
|
# 异度星球-小程序
|
||||||
payload = {
|
payload = {
|
||||||
'appid': config.appid,
|
# 'appid': config.appid,
|
||||||
'secret': config.secret,
|
'appid': "wxid_haqoszjheyuz22",
|
||||||
|
|
||||||
|
# 'secret': config.secret,
|
||||||
|
'secret':'49187487591@chatroom',
|
||||||
|
|
||||||
'js_code': code,
|
'js_code': code,
|
||||||
'grant_type': 'authorization_code'
|
'grant_type': 'authorization_code'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user