mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-07-12 01:33:52 +00:00
✨增加一个角色详情api
This commit is contained in:
@ -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'
|
||||
|
@ -1,6 +1,9 @@
|
||||
from typing import Any, List, TypedDict
|
||||
|
||||
|
||||
################
|
||||
# 实时便签 #
|
||||
################
|
||||
class SingleExpedition(TypedDict):
|
||||
avatars: List[str] # 头像Url
|
||||
status: str
|
||||
|
Reference in New Issue
Block a user