Appearance
功能概述
后台用户审核详情展示模块
接口访问
接口地址
user/review/detail
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| userID | integer | 11 | true | 用户ID | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| baseInformation | array | true | 基础信息 |
| haizhongInformation | array | true | 海中信息 |
| aboutCompany | array | true | 企业信息 |
| moreInformation | array | true | 更多信息 |
| userCertificate | array | true | 用户证书 |
| companyCertificate | array | true | 企业证书 |
baseInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| headImgUrl | string | true | 用户头像 |
| name | string | true | 用户姓名 |
| mobile | integer | true | 手机号 |
haizhongInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| isHaizhongStudents | integer | true | 是否海中学子 1是 0否 |
| graduationTime | string | true | 毕业时间 |
| graduatingClass | string | true | 毕业班级 |
aboutCompany
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| logo | string | true | 公司logo |
| companyName | string | true | 公司名称 |
| creditCode | string | true | 统一社会信用代码 |
| establishTime | string | true | 成立时间 |
| industry | string | true | 主营行业 |
| navigationAddress | string | true | 地址 |
| staff | integer | true | 员工人数 1. 10人以下 2. 10-20人 3. 20-50人 4.50-100人 5.100-300人 6.300人以上 |
| businessLicense | string | true | 营业执照 |
moreInformation
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| description | string | true | 企业介绍 |
| carouselList | array | true | 企业风采展示 |
carouselList
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| title | string | true | 标题 |
| description | string | true | 简介 |
| imageUrl | string | true | 图片地址 |
userCertificate
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 证书ID |
| description | string | true | 描述 |
| imageUrl | string | true | 图片地址 |
companyCertificate
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 证书ID |
| title | string | true | 标题 |
| description | string | true | 描述 |
| imageUrl | string | true | 图片地址 |
返回示例
{
"response": {
"baseInformation": {
"headImgUrl": "",
"name": "王杰123",
"mobile": "19989027201"
},
"haizhongInformation": {
"isHaizhongStudents": 1,
"graduationTime": 2012,
"graduatingClass": "6"
},
"aboutCompany": {
"logo": "",
"companyName": "字竞未来(海南)网络科技有限公司",
"creditCode": "",
"estiblishTime": "2020-12-29",
"industry": "",
"navigationAddress": "",
"staff": 0,
"businessLicense": ""
},
"moreInformation": {
"description": "",
"carouselList": [
{
"id": 13,
"title": "荣誉1",
"description": "荣誉1",
"imageUrl": "荣誉1"
}
]
},
"userCertificate": [
{
"id": 2,
"description": "编辑表述",
"imageUrl": "地址图片"
}
],
"companyCertificate": [
{
"id": 3,
"title": "荣誉1",
"description": "荣誉1",
"imageUrl": "荣誉1"
}
]
},
"requestId": "18918aee-18f5-4a3e-bd7c-fef01e1b9d5d"
}错误码
| 错误码 | 说明 | 解决方案 |
|---|---|---|
| 10045 | 用户不存在 | 请检查用户是否存在 |
