mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-06 17:19:21 +08:00
feat: 新增不感兴趣功能;优化access_key刷新反馈
This commit is contained in:
@@ -6,6 +6,10 @@ class Api {
|
||||
'${HttpString.appBaseUrl}/x/v2/feed/index';
|
||||
static const String recommendListWeb = '/x/web-interface/index/top/feed/rcmd';
|
||||
|
||||
// APP端不感兴趣、取消不感兴趣
|
||||
static const String feedDislike = '${HttpString.appBaseUrl}/x/feed/dislike';
|
||||
static const String feedDislikeCancel = '${HttpString.appBaseUrl}/x/feed/dislike/cancel';
|
||||
|
||||
// 热门视频
|
||||
static const String hotList = '/x/web-interface/popular';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user