merge favFolder delete

This commit is contained in:
guozhigq
2024-04-21 11:52:38 +08:00
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';
}