feat: 资料编辑

This commit is contained in:
guozhigq
2024-10-01 22:17:47 +08:00
parent dd47724777
commit fed1bf4e9d
7 changed files with 286 additions and 2 deletions

View File

@ -592,4 +592,10 @@ class Api {
/// 直播间记录
static const String liveRoomEntry =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/roomEntryAction';
/// 用户信息
static const String accountInfo = '/x/member/web/account';
/// 更新用户信息
static const String updateAccountInfo = '/x/member/web/update';
}