空间H5游戏-后台接口
v3/campus/check_leda_auth_state
pf=qzone
pf=wanba_ts
查询校园乐答认证状态
URL
https://api.urlshare.cn/v3/campus/check_leda_auth_state
私有参数
参数名称 | 是否必须 | 类型 | 描述 |
---|---|---|---|
appid | 是 | int | 应用appid |
返回参数说明
ret_code 0--正常, -100--参数错误
ret_msg 出错信息描述
auth_state 认证状态, 0--未认证, 1--验证通过, 2--验证拒绝, 3--验证取消, 4--认证中
auth_school 认证学校
正确返回示例
{
"ret": 0,
"msg": "success",
"data": {
"ret_code": "0",
"ret_msg": "",
"auth_state": 1,
"auth_school": "清华大学",
}
}