获取机器人列表
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/getbotlist?isrefcache={isrefcache}&pagesize={pagesize}&pagenum={pagenum}&appkey={appkey}&clienttime={clienttime}&signature={signature}
请求信息
URI 参数
参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
isrefcache |
1表示刷新缓存;0表示不刷新缓存,默认为0 |
integer |
暂无. |
pagesize |
每页数据条数 |
integer |
必填 |
pagenum |
页码 |
integer |
必填 |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
Body 参数
暂无.
返回结果
结果描述
获取机器人列表
ApiSearchResultOfObject参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
data | Object |
暂无. |
|
totalcount | integer |
暂无. |
|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "data": {}, "totalCount": 2, "success": 3, "msg": "sample string 4" }