feat: 动态转发

This commit is contained in:
guozhigq
2024-04-20 22:40:54 +08:00
parent 254fac144e
commit 03ce69b140
3 changed files with 319 additions and 7 deletions

View File

@ -511,4 +511,10 @@ class Api {
/// 取消订阅
static const String cancelSub = '/x/v3/fav/season/unfav';
/// 动态转发
static const String dynamicForwardUrl = '/x/dynamic/feed/create/submit_check';
/// 创建动态
static const String dynamicCreate = '/x/dynamic/feed/create/dyn';
}