简要描述:
- 认证首页
请求域名:
- http://xx.com
请求URL:
route=plugin.real-name-auth.frontend.auth.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"real_name_auth_set": {
"status": 1,
"auth_scene": [
"2",
"3",
"4"
],
"auth_type": [
"1",
"2"
],
"content": "<p>d阿斯顿</p>"
},
"protocol_set": {
"status": 1,
"title": "1111",
"content": "<p>1111</p>"
},
"is_bind_mobile": 1
}
}
错误时返回:
{
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
real_name_auth_set.status | string | 开关1开0关 |
real_name_auth_set.auth_scene | array | 认证场景1全局2提现申请3短视频4微帖5推广中心 |
real_name_auth_set.auth_type | array | 认证方式1刷脸2手机3银行卡 |
real_name_auth_set.content | string | 刷脸协议内容 |
protocol_set.title | string | 标题 |
protocol_set.content | string | 会员协议内容 |