feat: 收到的赞

This commit is contained in:
guozhigq
2024-06-16 17:53:46 +08:00
parent 569f7c23fd
commit 779f7e7666
15 changed files with 636 additions and 24 deletions

View File

@ -545,4 +545,7 @@ class Api {
/// 回复我的
static const String messageReplyAPi = '/x/msgfeed/reply';
/// 收到的赞
static const String messageLikeAPi = '/x/msgfeed/like';
}