提交授权
POST
http://103.88.33.222:18812/api/autho/v2
接口描述
url和qrcode需要url编码
请求头
参数名
类型
描述
必填
token
string
示例:f38276d1-d5e4-4715-81e0-cd5edd248e32
必填
请求参数
参数名
类型
描述
必填
projectid
string
项目id
必填
url
string
示例:https://long.open.weixin.qq.com/connect/l/qrconnect?f=json&uuid=091xUASM0dAxFa1Y
必填
qrcode
string
示例:https://open.weixin.qq.com/connect/confirm?uuid=091xUASM0dAxFa1Y
必填
响应参数
参数名
类型
描述
必填
status
int
错误码,0正确,其他表示有错误,错误信息会通过msg返回
必填
msg
object
提示信息
必填
data
string
code
必填
count
int
示例:0
必填
ok
boolean
示例:true
必填