Merge branch 'feature-replyDel'

This commit is contained in:
guozhigq
2024-10-07 14:38:06 +08:00
3 changed files with 77 additions and 9 deletions

View File

@ -592,4 +592,7 @@ class Api {
/// 直播间记录
static const String liveRoomEntry =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/roomEntryAction';
/// 删除评论
static const String replyDel = '/x/v2/reply/del';
}