Bilibili Superchat API
基于 LAPLACE Login Sync 的 Bilibili 直播间醒目留言 API
目前已用于 Superchat FoS 醒目留言管理器 中的 API 发送功能
- API Base:
https://workers.vrp.moe/api/bilibili/live-create-order
- POST data
loginSyncToken
: LAPLACE Login Sync 的同步密钥content
: 要发送的醒目留言内容price
: 醒目留言价格,单位人民币roomId
: 接收方的直播间uid
?: 接收方的 UID,可选,如果不指定,则会通过服务器自动获取,会略微增加提交延迟
Response Body
CreateOrder
创建订单
目前主要用于发送醒目留言
code
number
1300012
: 余额不足1300008
: 您所填写的留言未能通过审核,请重新修改~~
message
string
No Description
ttl
number
No Description
data
{ status: number; order_id: string; gold: number; bp: number; error_info: null; }
No Description
CreateOrderSuccess
Data of CreateOrder
when success
code
0
No Description
message
string
No Description
ttl
number
No Description
data
{ status: number; order_id: string; gold: number; bp: number; error_info: null; }
No Description
CreateOrderError
Data of CreateOrder
when error
code
number
1300012
: 余额不足1300008
: 您所填写的留言未能通过审核,请重新修改~~
message
string
No Description
ttl
number
No Description
data
never
No Description