获取机器人信息
GET
/robot/robotInfo/get请求参数
Query 参数
robotId
string
必需
示例值:
{{robot_id}}
key
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
robotId
string
机器人id
name
string
企微昵称
openCallback
integer
消息回调地址
encryptType
integer
加解密方式
createTime
string
创建时间
enableAdd
boolean
是否能添加好友
replyAll
integer
消息回调策略/回复策略
robotKeyCheck
integer
是否开启key校验,默认0,0是关闭,1是开启
callBackRequestType
integer
1:form-data 2:json
robotType
integer
机器人类型 0企业微信,1微信
示例
{
"code": 200,
"message": "操作成功",
"data": {
"robotId": "11a",
"openCallback": 0,
"encryptType": 0,
"createTime": "2024-04-29T15:31:51",
"enableAdd": true,
"replyAll": 1,
"robotKeyCheck": 0,
"callBackRequestType": 2,
"robotType": 0
}
}
最后修改时间: 7 个月前