Page History

Checkuser2dcode

Last edited by 郑超

返回

生成二维码


URL: http://120.92.61.152:8080/Daren/qrcode/checkQrCode.action?appId=xxx&sid=xxx...


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true appId
sid String true 用户Id
token String true token

返回格式: JSON


返回格式样例:

{
    "data":{
        "qrcode":"{"nick":"哈哈","face":"http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0425/1524621191654_small.jpg","sid":"10499273"}"
    },
    "errorMessage":"成功",
    "errorCode":"0"
}

{
    "data": {},
    "errorMessage": "二维码token失效",
    "errorCode": "409"
}