feat: 收藏夹删除

This commit is contained in:
guozhigq
2024-04-20 00:55:18 +08:00
parent 26cc77fed3
commit 91cdf6c49a
7 changed files with 96 additions and 17 deletions

View File

@ -517,4 +517,7 @@ class Api {
/// 创建动态
static const String dynamicCreate = '/x/dynamic/feed/create/dyn';
/// 删除收藏夹
static const String delFavFolder = '/x/v3/fav/folder/del';
}