opt: bangumi follow status

This commit is contained in:
guozhigq
2024-10-27 14:39:21 +08:00
parent b9ef5bae4e
commit 16a8cc8d68
5 changed files with 206 additions and 28 deletions

View File

@ -604,4 +604,7 @@ class Api {
/// 图片上传
static const String uploadImage = '/x/dynamic/feed/draw/upload_bfs';
/// 更新追番状态
static const String updateBangumiStatus = '/pgc/web/follow/status/update';
}