添加或修改开发者模式配置
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/savebotdeveloper
请求信息
URI 参数
暂无参数
Body 参数
SaveBotDevelopModel参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
detailid |
详情编号,该字段不传递则表示新建 |
string |
暂无. |
botid |
机器人编号 |
string |
必填 |
geturl |
接口地址 |
string |
必填 |
state |
是否启用:1表示启用,0关闭,默认为1 |
integer |
暂无. |
groupid |
指定群组groupId,不传则表示对机器人所有群组可用,多个群组用英文逗号分隔 |
string |
暂无. |
groupname |
指定群组名称,不传则表示对机器人所有群组可用,多个群组用英文逗号分隔 |
string |
暂无. |
name |
配置名称 |
string |
必填 |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
请求参数
application/json, text/json
示例:
{ "detailId": "sample string 1", "botId": "sample string 2", "getUrl": "sample string 3", "state": 1, "groupId": "sample string 4", "groupName": "sample string 5", "name": "sample string 6", "AppKey": "sample string 7", "ClientTime": 8, "Signature": "sample string 9" }
返回结果
结果描述
添加或修改开发者模式配置
ApiResult参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "success": 1, "msg": "sample string 2" }