feat: 订阅取消 issues #658

This commit is contained in:
guozhigq
2024-03-30 17:01:32 +08:00
committed by orz12
parent 51244c58f9
commit 94d5f00ff4
5 changed files with 87 additions and 4 deletions

View File

@@ -522,4 +522,6 @@ class Api {
/// 排行榜
static const String getRankApi = "/x/web-interface/ranking/v2";
/// 取消订阅
static const String cancelSub = '/x/v3/fav/season/unfav';
}