feat:支持排行榜功能

This commit is contained in:
yezi
2024-03-09 19:39:21 +08:00
committed by orz12
parent 538b7031a5
commit 2c8780142d
13 changed files with 727 additions and 3 deletions

View File

@@ -518,4 +518,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";
}