mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
feat: create/update/del follow tag
opt: owner follow page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -286,10 +286,6 @@ class Api {
|
||||
// order_type 排序规则 最近访问传空,最常访问传 attention
|
||||
static const String followings = '/x/relation/followings';
|
||||
|
||||
// 指定分类的关注
|
||||
// https://api.bilibili.com/x/relation/tag?mid=17340771&tagid=-10&pn=1&ps=20
|
||||
static const String tagFollowings = '/x/relation/tag';
|
||||
|
||||
// 搜索follow
|
||||
static const followSearch = '/x/relation/followings/search';
|
||||
|
||||
@@ -469,6 +465,12 @@ class Api {
|
||||
// 获取指定分组下的up
|
||||
static const String followUpGroup = '/x/relation/tag';
|
||||
|
||||
static const String createFollowTag = '/x/relation/tag/create';
|
||||
|
||||
static const String updateFollowTag = '/x/relation/tag/update';
|
||||
|
||||
static const String delFollowTag = '/x/relation/tag/del';
|
||||
|
||||
// 获取未读私信数
|
||||
// https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread
|
||||
static const String msgUnread =
|
||||
|
||||
Reference in New Issue
Block a user