feat: 带图评论

This commit is contained in:
guozhigq
2024-10-17 00:40:42 +08:00
parent 853627097d
commit 113a76894a
12 changed files with 319 additions and 7 deletions

View File

@ -592,4 +592,7 @@ class Api {
/// 直播间记录
static const String liveRoomEntry =
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/roomEntryAction';
/// 图片上传
static const String uploadImage = '/x/dynamic/feed/draw/upload_bfs';
}