Refactor member page (#3)

* refactor: member page

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
bggRGjQaUbCoE
2024-10-17 11:18:59 +08:00
committed by GitHub
parent 270bf0a4b6
commit f77088b870
205 changed files with 70072 additions and 119 deletions

View File

@@ -283,6 +283,25 @@ class Api {
// https://api.bilibili.com/x/space/wbi/acc/info?mid=503427686&token=&platform=web&web_location=1550101&w_rid=d709892496ce93e3d94d6d37c95bde91&wts=1689301482
static const String memberInfo = '/x/space/wbi/acc/info';
static const String space = '${HttpString.appBaseUrl}/x/v2/space';
static const String spaceArchive =
'${HttpString.appBaseUrl}/x/v2/space/archive/cursor';
static const String spaceChargingArchive =
'${HttpString.appBaseUrl}/x/v2/space/archive/charging';
static const String spaceSeason =
'${HttpString.appBaseUrl}/x/v2/space/season/videos';
static const String spaceSeries =
'${HttpString.appBaseUrl}/x/v2/space/series';
static const String spaceBangumi =
'${HttpString.appBaseUrl}/x/v2/space/bangumi';
static const String spaceFav = '/x/v3/fav/folder/space';
// 用户名片信息
static const String memberCardInfo = '/x/web-interface/card';