Skip to content

Commit

Permalink
[fix]请求JX3API的dict坐标错误
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Oct 14, 2023
1 parent 12d9a30 commit f1e7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/jx3/detail/detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def get_guid(server: str, name: str):
if data["code"] != 200:
return False
else:
return data["globalRoleId"]
return data["data"]["globalRoleId"]

async def get_menu(): # 获取总览分类
menu_data = await get_tuilan_data("https://m.pvp.xoyo.com/achievement/list/menu")
Expand Down

0 comments on commit f1e7b09

Please sign in to comment.