This commit is contained in:
guozhigq
2024-01-30 23:11:54 +08:00
parent 76d5f6333e
commit 699361e04c
10 changed files with 18 additions and 16 deletions

View File

@ -331,7 +331,7 @@ class VideoHttp {
// plat num 发送平台标识 非必要 1web端 2安卓客户端 3ios客户端 4wp客户端
static Future replyAdd({
required ReplyType type,
required int oid,
required dynamic oid,
required String message,
int? root,
int? parent,