获取机器人登录二维码
请求地址(请替换{}内的参数):
http://api.weiyunbot.com/api/wxbot/getbarcode?botid={botid}&sn={sn}&appkey={appkey}&clienttime={clienttime}&signature={signature}
请求信息
URI 参数
参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
botid |
机器人编号,为空则新建机器人 |
string |
暂无. |
sn |
指定机器人登陆服务器,为空则走该机器人上次默认的服务器 系统自动将本次提交的服务器地址存储为机器人默认的服务器(只要调用本接口即修改机器人所在服务器,无论是否完成扫码登陆) 指定的服务器从GetServerList中取[服务器标识]字段传递 |
string |
暂无. |
appkey |
AppKey应用ID |
string |
必填 |
clienttime |
客户端时间UNIX时间戳 |
integer |
必填 |
signature |
签名,参见签名生成方法 |
string |
必填 |
Body 参数
暂无.
返回结果
结果描述
获取机器人登录二维码
ApiGetBarCodeResult参数名 | 描述 | 类型 | 备注 |
---|---|---|---|
data | ApiGetBarCodeModel |
暂无. |
|
success |
是否成功1成功;0失败 |
integer |
暂无. |
msg |
结果描述 |
string |
暂无. |
返回格式
application/json, text/json
示例:
{ "data": { "imgCode": "sample string 1", "uuid": "sample string 2" }, "success": 1, "msg": "sample string 2" }