简要描述:
- 是否以申请入网
请求域名:
- http://xx.com
请求URL:
GET:plugin.yop-pro.frontend.yop-apply.get-status
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
result: 1,
msg: "list",
data: {
status: 0,
msg: "未入网",
support_type: {
personal: true,
individual: false,
enterprise: false
}
'merchant': [],
}
}
错误时返回:
{
"result": 0,
"msg": "未检测到数据!",
"data": []
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| status | int | 1:以申请;0:未申请 |
| msg | string | 提示信息 |
| support_type | array | 允许入网类型 |
| personal | bool | 个人 |
| individual | bool | 个体 |
| enterprise | bool | 企业 |
| merchant | array | 商户信息 |