mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: live dm block
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -896,4 +896,19 @@ class Api {
|
||||
static const String dynPic = '/x/polymer/web-dynamic/v1/detail/pic';
|
||||
|
||||
static const String msgLikeDetail = '/x/msgfeed/like_detail';
|
||||
|
||||
static const String getLiveInfoByUser =
|
||||
'${HttpString.liveBaseUrl}/xlive/web-room/v1/index/getInfoByUser';
|
||||
|
||||
static const String liveSetSilent =
|
||||
'${HttpString.liveBaseUrl}/liveact/user_silent';
|
||||
|
||||
static const String addShieldKeyword =
|
||||
'${HttpString.liveBaseUrl}/xlive/web-ucenter/v1/banned/AddShieldKeyword';
|
||||
|
||||
static const String delShieldKeyword =
|
||||
'${HttpString.liveBaseUrl}/xlive/web-ucenter/v1/banned/DelShieldKeyword';
|
||||
|
||||
static const String liveShieldUser =
|
||||
'${HttpString.liveBaseUrl}/liveact/shield_user';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user