feat: 视频详情页关注分组

This commit is contained in:
guozhigq
2023-09-28 19:58:00 +08:00
parent 2ecd1d3dab
commit 6d982bdba2
5 changed files with 250 additions and 0 deletions

View File

@ -306,4 +306,11 @@ class Api {
static const String onlineTotal = '/x/player/online/total';
static const String webDanmaku = '/x/v2/dm/web/seg.so';
// up主分组
static const String followUpTag = '/x/relation/tags';
// 设置Up主分组
// 0 添加至默认分组 否则使用,分割tagid
static const String addUsers = '/x/relation/tags/addUsers';
}