淘宝直播数字人直播通知
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
taobao_open_uid | String | 必须 | 1 | 商家Id | |
live_id | String | 必须 | 1 | 直播间id | |
event_type | Number | 必须 | 1 | 事件类型 1、开始直播 2、更新直播场次设置信息 3、结束直播 | |
live_param | String | 可选 | 默认 | 直播设置参数信息,对string |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDTO | 结果 | |
|
{"taobao_open_uid":"1","live_id":"1","event_type":1,"live_param":"默认"}
{ "result":{ "success":true, "error_message":"xxxx", "result_code":"xxx" } }
{"result":{"error_message":"Illegal request","success":"false","result_code":"sign-check-failure"}}
错误码 | 错误描述 | 解决方案 |
---|