增加一个角色详情api

This commit is contained in:
qwerdvd 2023-04-28 13:07:41 +08:00
parent 5a5a30fb77
commit 4e9ecf0e50
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,9 @@ STAR_RAIL_AVATAR_BASIC_URL = (
STAR_RAIL_ROLE_BASIC_INFO_URL = (
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'

View File

@ -1,6 +1,9 @@
from typing import Any, List, TypedDict
################
# 实时便签 #
################
class SingleExpedition(TypedDict):
avatars: List[str] # 头像Url
status: str