Skip to content

Commit

Permalink
🐞 fix(发送弹幕API): statistics字段修正
Browse files Browse the repository at this point in the history
  • Loading branch information
andywang425 committed Aug 7, 2024
1 parent 1030830 commit e5a147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/bili-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const BAPI: BapiMethods = {
reply_mid,
reply_attr,
replay_dmid,
statistics,
statistics: JSON.stringify(statistics),
fontsize,
rnd: ts(),
roomid,
Expand Down

0 comments on commit e5a147d

Please sign in to comment.