#

SUD

简要描述

  • 大模型AI创建结果通知

请求方式

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

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

参数名 必选 类型 说明 示例值
notify_id string 通知ID 0795d77f85789da0eb387a5096
notify_time string 通知时服务端的时间戳(毫秒) 1647834452408
app_id string 消息接收方的应用id 1
notify_event string 通知事件 sud.mg.merchant.llm.ai.create.result
data AICreateResultModel 通知数据 {}
AICreateResultModel
参数名 必选 类型 说明 示例值
mg_id string 游戏id 14615640800525066
room_id string 房间id 9009
uid string 用户uid xxx
biz_error_code int32 错误码 0
biz_error_msg string 错误信息 xxx
消息验签

验签

请求示例

{
  "notify_id": "xxx",
  "notify_time": "1749635780743",
  "app_id": "xxx",
  "notify_event": "sud.mg.merchant.llm.ai.create.result",
  "data": {
    "mg_id": "xxx",
    "room_id": "xxx",
    "uid": "xxx",
    "biz_error_code": 0,
    "biz_error_msg": ""
  }
}

通知应答

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

应答示例

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

results matching ""

    No results matching ""