自动化任务三方配置检查
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
userId | Number | 必须 | 12345 | 用户ID | |
scene | String | 必须 | RemindBuyBot | 场景信息 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Boolean | true | 业务结果 |
sucess | Boolean | true | 业务调用是否成功 |
errorCode | String | xxx | 错误code |
errorMsg | String | xxxx | 错误信息 |
{"userId":12345,"scene":"RemindBuyBot"}
{ "result":true, "sucess":true, "errorCode":"xxx", "errorMsg":"xxxx" }
{"sucess":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|