opt: follow dialog

fix: add user tags
This commit is contained in:
bggRGjQaUbCoE
2024-10-08 10:35:55 +08:00
parent 5d0e4ed441
commit e6b71d375f
5 changed files with 313 additions and 109 deletions

View File

@@ -390,6 +390,10 @@ class Api {
// 0 添加至默认分组 否则使用,分割tagid
static const String addUsers = '/x/relation/tags/addUsers';
static const String addSpecial = '/x/relation/tag/special/add';
static const String delSpecial = '/x/relation/tag/special/del';
// 获取指定分组下的up
static const String followUpGroup = '/x/relation/tag';