mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-07 04:03:44 +08:00
✨增加一个角色详情api
This commit is contained in:
parent
5a5a30fb77
commit
4e9ecf0e50
@ -17,6 +17,9 @@ STAR_RAIL_AVATAR_BASIC_URL = (
|
|||||||
STAR_RAIL_ROLE_BASIC_INFO_URL = (
|
STAR_RAIL_ROLE_BASIC_INFO_URL = (
|
||||||
f'{NEW_URL}/game_record/app/hkrpg/api/role/basicInfo' # 角色基础信息接口
|
f'{NEW_URL}/game_record/app/hkrpg/api/role/basicInfo' # 角色基础信息接口
|
||||||
)
|
)
|
||||||
|
STAR_RAIL_AVATAR_INFO_URL = (
|
||||||
|
f'{NEW_URL}/game_record/app/hkrpg/api/avatar/info' # 角色详细信息接口
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
# CREATE_QRCODE = f'{OLD_URL}/event/bbs_sign_reward/gen_auth_code'
|
# CREATE_QRCODE = f'{OLD_URL}/event/bbs_sign_reward/gen_auth_code'
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
from typing import Any, List, TypedDict
|
from typing import Any, List, TypedDict
|
||||||
|
|
||||||
|
|
||||||
|
################
|
||||||
|
# 实时便签 #
|
||||||
|
################
|
||||||
class SingleExpedition(TypedDict):
|
class SingleExpedition(TypedDict):
|
||||||
avatars: List[str] # 头像Url
|
avatars: List[str] # 头像Url
|
||||||
status: str
|
status: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user