no message
This commit is contained in:
2
app.py
2
app.py
@@ -63,7 +63,7 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str,
|
||||
print('inputArguments',inputArguments)
|
||||
# uid:唯一标识用户的openid
|
||||
print("appid", appid,"bid",bid,"requestid", requestid,"uid", uid)
|
||||
uid='wxx'
|
||||
# uid='wxx'
|
||||
# 要处理url编码问题decode
|
||||
try:
|
||||
inputArguments = unquote(inputArguments, 'utf-8')
|
||||
|
||||
Reference in New Issue
Block a user