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 = {}
|
||||
# 异度星球-小程序
|
||||
payload = {
|
||||
'appid': config.appid,
|
||||
'secret': config.secret,
|
||||
# 'appid': config.appid,
|
||||
'appid': "wxid_haqoszjheyuz22",
|
||||
|
||||
# 'secret': config.secret,
|
||||
'secret':'49187487591@chatroom',
|
||||
|
||||
'js_code': code,
|
||||
'grant_type': 'authorization_code'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user