Skip to content

功能概述

后台用户审核详情展示模块

接口访问

接口地址

user/review/detail

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明访问版本
userIDinteger11true用户ID-

返回值

属性类型必填说明
baseInformationarraytrue基础信息
haizhongInformationarraytrue海中信息
aboutCompanyarraytrue企业信息
moreInformationarraytrue更多信息
userCertificatearraytrue用户证书
companyCertificatearraytrue企业证书

baseInformation

属性类型必填说明
headImgUrlstringtrue用户头像
namestringtrue用户姓名
mobileintegertrue手机号

haizhongInformation

属性类型必填说明
isHaizhongStudentsintegertrue是否海中学子 1是 0否
graduationTimestringtrue毕业时间
graduatingClassstringtrue毕业班级

aboutCompany

属性类型必填说明
logostringtrue公司logo
companyNamestringtrue公司名称
creditCodestringtrue统一社会信用代码
establishTimestringtrue成立时间
industrystringtrue主营行业
navigationAddressstringtrue地址
staffintegertrue员工人数 1. 10人以下 2. 10-20人 3. 20-50人 4.50-100人 5.100-300人 6.300人以上
businessLicensestringtrue营业执照

moreInformation

属性类型必填说明
descriptionstringtrue企业介绍
carouselListarraytrue企业风采展示

carouselList

属性类型必填说明
titlestringtrue标题
descriptionstringtrue简介
imageUrlstringtrue图片地址

userCertificate

属性类型必填说明
idintegertrue证书ID
descriptionstringtrue描述
imageUrlstringtrue图片地址

companyCertificate

属性类型必填说明
idintegertrue证书ID
titlestringtrue标题
descriptionstringtrue描述
imageUrlstringtrue图片地址

返回示例

{
    "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用户不存在请检查用户是否存在