mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-31 04:30:29 +08:00
修复:角色命令现已支持模糊查询(修复之前直接输出Json)
This commit is contained in:
parent
dc93f9e962
commit
3d8c4b8ba2
2
getDB.py
2
getDB.py
@ -740,7 +740,7 @@ async def GetCharInfo(name,mode = 0,level = None):
|
||||
headers={
|
||||
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36',
|
||||
'Referer': 'https://genshin.minigg.cn/index.html'})
|
||||
data = req.text
|
||||
data = jsonfy(req.text)
|
||||
|
||||
return data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user