根据机器人编号获取开发者模式配置信息
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/getbotdeveloperlist?botid={botid}&groupid={groupid}&pagenum={pagenum}&pagesize={pagesize}&sortby={sortby}&sort={sort}&appkey={appkey}&clienttime={clienttime}&signature={signature}
请求信息
URI 参数
参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
botid |
机器人编号,不传递则查询所有配置信息 |
string |
暂无. |
groupid |
群组ID,不传递查询所有群组 |
string |
暂无. |
pagenum |
页码,默认为1 |
integer |
暂无. |
pagesize |
页码,默认为20 |
integer |
暂无. |
sortby |
排序字段,按创建时间排序:createTime,按更新时间排序:updateTime,默认createTime |
string |
暂无. |
sort |
排序类型,降序:desc,升序asc,默认desc |
string |
暂无. |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
Body 参数
暂无.
返回结果
结果描述
根据机器人编号获取开发者模式配置信息
ApiSearchResultOfListOfmarket_wxbot_group_developer参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
data | Collection of market_wxbot_group_developer |
暂无. |
|
totalcount | integer |
暂无. |
|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "data": [ { "id": "sample string 1", "name": "sample string 2", "botId": "sample string 3", "userId": "sample string 4", "groupId": "sample string 5", "state": 1, "groupName": "sample string 6", "getUrl": "sample string 7", "updateTime": "2024-10-12 13:37:15", "createTime": "2024-10-12 13:37:15" }, { "id": "sample string 1", "name": "sample string 2", "botId": "sample string 3", "userId": "sample string 4", "groupId": "sample string 5", "state": 1, "groupName": "sample string 6", "getUrl": "sample string 7", "updateTime": "2024-10-12 13:37:15", "createTime": "2024-10-12 13:37:15" } ], "totalCount": 1, "success": 2, "msg": "sample string 3" }