feat: 回复我的

This commit is contained in:
guozhigq
2024-06-16 13:58:43 +08:00
parent 86023e46a6
commit 1ebbdfb6ca
9 changed files with 516 additions and 2 deletions

View File

@ -542,4 +542,7 @@ class Api {
/// 消息未读数
static const String unread = '${HttpString.tUrl}/x/im/web/msgfeed/unread';
/// 回复我的
static const String messageReplyAPi = '/x/msgfeed/reply';
}