feat: 系统消息

This commit is contained in:
guozhigq
2024-06-30 22:01:12 +08:00
parent 54253e7be6
commit 3c7189a260
7 changed files with 226 additions and 3 deletions

View File

@ -548,4 +548,8 @@ class Api {
/// 收到的赞
static const String messageLikeAPi = '/x/msgfeed/like';
/// 系统通知
static const String messageSystemAPi =
'${HttpString.messageBaseUrl}/x/sys-msg/query_unified_notify';
}