简要描述:
- 查看企业认证结果
请求URL:
GET/plugin.shop-esign.frontend.company.check-company-approve
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"company_account_id": 0,
"status_code": 0,
"status_desc": "未认证"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
status_code | int | 认证流程状态,0未认证,-1认证失败,1进行中,99认证成功 |
status_desc | string | 状态描述 |
company_account_id | string | 企业认证ID |
备注:
- 更多返回错误代码请看首页的错误代码描述