feat: 视频评论删除

This commit is contained in:
guozhigq
2024-09-15 02:30:35 +08:00
parent fb010d6d4f
commit d2640f230c
3 changed files with 79 additions and 9 deletions

View File

@ -565,4 +565,7 @@ class Api {
/// 直播间发送弹幕
static const String sendLiveMsg = '${HttpString.liveBaseUrl}/msg/send';
/// 删除评论
static const String replyDel = '/x/v2/reply/del';
}