merge main

This commit is contained in:
guozhigq
2024-03-17 22:42:46 +08:00
45 changed files with 2150 additions and 1426 deletions

View File

@ -502,4 +502,8 @@ class Api {
/// 发送私信
static const String sendMsg = '${HttpString.tUrl}/web_im/v1/web_im/send_msg';
/// 排行榜
static const String getRankApi = "/x/web-interface/ranking/v2";
}