merge main

This commit is contained in:
guozhigq
2024-02-25 20:32:02 +08:00
4 changed files with 85 additions and 26 deletions

View File

@ -492,4 +492,8 @@ class Api {
/// 表情
static const emojiList = '/x/emote/user/panel/web';
/// 已读标记
static const String ackSessionMsg =
'${HttpString.tUrl}/session_svr/v1/session_svr/update_ack';
}