Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-13 14:34:15 +08:00
parent 84d5a24bc3
commit 9f6ef0281a
4 changed files with 11 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ abstract final class DanmakuHttp {
required int id,
}) async {
final data = {
'op': isLike ? 2 : 1,
'op': isLike ? 1 : 2,
'dmid': id,
'oid': cid,
'platform': 'web_player',