fix: 系统消息标记已读

This commit is contained in:
guozhigq
2024-08-25 22:07:42 +08:00
parent 8810a74ebf
commit 8fd3bfae5f
3 changed files with 36 additions and 2 deletions

View File

@ -554,4 +554,8 @@ class Api {
/// 系统通知
static const String messageSystemAPi =
'${HttpString.messageBaseUrl}/x/sys-msg/query_unified_notify';
/// 系统通知标记已读
static const String systemMarkRead =
'${HttpString.messageBaseUrl}/x/sys-msg/update_cursor';
}