Merge branch 'feature-minePage'

This commit is contained in:
guozhigq
2024-10-20 22:49:19 +08:00
19 changed files with 848 additions and 736 deletions

View File

@ -593,6 +593,12 @@ 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';
/// 删除评论
static const String replyDel = '/x/v2/reply/del';
}