删除机器人回调
POST
/robot/robotInfo/callBack/deleteByType请求参数
Query 参数
robotId
string
必需
示例值:
{{robot_id}}
robotKey
string
可选
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
type
integer
回调类型
示例
{
"type": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
array [object {4}]
必需
id
integer
可选
type
integer
可选
callBackUrl
string
可选
typeName
string
可选
示例
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"type": 0,
"callBackUrl": "string",
"typeName": "string"
}
]
}
最后修改时间: 5 个月前