mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 07:15:51 +08:00
feat: danmaku api (#1530)
This commit is contained in:
committed by
GitHub
parent
88d207cc24
commit
e5f0742bf6
@@ -955,4 +955,15 @@ class Api {
|
||||
static const String popularPrecious = '/x/web-interface/popular/precious';
|
||||
|
||||
static const String userRealName = '/x/member/app/up/realname';
|
||||
|
||||
static const String liveDmReport =
|
||||
'${HttpString.liveBaseUrl}/xlive/web-ucenter/v1/dMReport/Report';
|
||||
|
||||
static const String danmakuLike = '/x/v2/dm/thumbup/add';
|
||||
|
||||
static const String danmakuReport = '/x/dm/report/add';
|
||||
|
||||
static const String danmakuRecall = '/x/dm/recall';
|
||||
|
||||
static const String danmakuEditState = '/x/v2/dm/edit/state';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user