#

SUD

简要描述

  • 弹幕-游戏准备 (仅支持王者战争)

请求方式

  • https
  • POST
  • 参数为Json格式,放在body内

请求参数(可能会新增加字段,请服务端保持新增加字段兼容性)

参数名 必选 类型 说明 示例值
notify_id string 通知ID 0795d77f85789da0eb387a5096
notify_time string 通知时服务端的时间戳(毫秒) 1647834452408
app_id string 消息接收方的应用id 1
notify_event string 通知事件 sud.mg.merchant.bullet.game.prepare
data BulletGamePrepareModel 通知数据 {}
BulletGamePrepareModel
参数名 必选 类型 说明 示例值
mg_id string 游戏id 14615640800525066
anchor_id string 主播id 9009
round_id string 游戏局id round00001
msg_id string 消息id 1692082187609964545
timestamp int64 毫秒时间戳 1692258830045
mode int32 游戏模式 1=单人,2=多人,3=国战,5=排位赛,9=峡谷
消息验签

验签

请求示例

{
    "notify_id": "0795d77f85789da0eb387a50964993a3eba1fedfec2b12f729861392a9b5ad04",
    "notify_time": "1647844976502",
    "app_id": "14615640800525066",
    "notify_event": "sud.mg.merchant.bullet.game.prepare",
    "data": {
        "mg_id": "mgid01",
        "anchor_id": "9009",
        "round_id": "round00001",
        "msg_id": "1692082187609964545",
        "timestamp": 1692258830045,
        "mode": 1
    }
}

通知应答

参数名 必选 类型 说明 示例值
ret_code int32 返回状态码, 0为消息通知成功,其他错误码为失败 0
ret_msg string 返回消息 SUCCESS

应答示例

{
    "ret_code": 0,
    "ret_msg": "SUCCESS",
}

results matching ""

    No results matching ""