mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: live area page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -807,4 +807,16 @@ class Api {
|
||||
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/getList';
|
||||
|
||||
static const String msgSetNotice = '/x/msgfeed/notice';
|
||||
|
||||
static const String liveAreaList =
|
||||
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/index/getAreaList';
|
||||
|
||||
static const String liveRoomAreaList =
|
||||
'${HttpString.liveBaseUrl}/room/v1/Area/getList';
|
||||
|
||||
static const String getLiveFavTag =
|
||||
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/get_fav_tag';
|
||||
|
||||
static const String setLiveFavTag =
|
||||
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/second/set_fav_tag';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user