feat: danmaku api (#1530)

This commit is contained in:
My-Responsitories
2025-10-12 18:41:40 +08:00
committed by GitHub
parent 88d207cc24
commit e5f0742bf6
12 changed files with 426 additions and 20 deletions

View File

@@ -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';
}