Skip to content

功能概述

后台管理全部企业详情展示模块

接口访问

接口地址

enterprise/detail

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

请求参数

属性类型长度必填默认值说明访问版本
companyIDinteger11true企业 ID-

返回值

属性类型必填说明
companyIDintegertrue企业 ID
companyNamestringtrue企业名称
creditCodestringtrue统一社会信用代码
logostringtrue企业logo
aliasstringtrue企业别名
legalPersonstringtrue法人姓名
industrystringtrue行业
establishTimestringtrue成立时间
eventAddressstringtrue经营场所地址
navigationAddressstringtrue导航地址
longitudestringtrue经度
latitudestringtrue纬度
descriptionstringtrue企业描述
staffintegertrue企业员工人数 员工人数 1. 10人以下 2. 10-20人 3. 20-50人 4.50-100人 5.100-300人 6.300人以上
nicknamestringtrue用户昵称
userNamestringtrue用户姓名
mobilestringtrue用户手机号
mailstringtrue用户邮箱
rolestringtrue用户角色
businessLicensestringtrue营业执照
isAuthstringtrue是否认证 1.是 0.否
headImgrlstringtrue用户头像
isHaizhongStudentsintegertrue是否海中学生 0.否 1.是,为否不展示毕业时间与班级
graduationTimeintegertrue毕业时间
graduatingClassstringtrue毕业班级
companyAssociationarraytrue关联企业
carouselListarraytrue企业轮播图
honorListarraytrue企业荣誉

companyAssociation

属性类型必填说明
idintegertrue关联企业 ID
companyNamestringtrue关联企业名称
creditCodestringtrue关联企业统一社会信用代码
logostringtrue关联企业logo
aliasstringtrue关联企业别名

carouselList参数说明

属性类型必填说明
idintegertrue轮播图ID
titlestringtrue名称
descriptionstringtrue描述
imageUrlstringtrue企业图片

honorList参数说明

属性类型必填说明
idintegertrue荣誉ID
titlestringtrue名称
descriptionstringtrue描述
imageUrlstringtrue荣誉图片
createTimestringtrue创建时间

返回示例

{
    "response": {
        "companyID": 1,
        "companyName": "字竞未来(海南)网络科技有限公司",
        "creditCode": "",
        "logo": "",
        "alias": "字竞未来",
        "legalPerson": "王杰",
        "industry": "",
        "estiblishTime": "2020-12-29",
        "eventAddress": "",
        "navigationAddress": "",
        "longitude": "",
        "latitude": "",
        "description": "",
        "staff": 0,
        "nickname": "王杰demo",
        "userName": "王杰demo",
        "mobile": "19989027201",
        "mail": "",
        "role": "DIRECTOR",
        "headImgrl": "",
        "businessLicense": "",
        "isAuth": "1",
        "isHaizhongStudents": 1,
        "graduationTime": 2012,
        "graduatingClass": "6",
        "companyAssociation": [
            {
                "id": 10,
                "companyName": "三两友人(海南)信息科技有限公司",
                "creditCode": "91460000MAC77R6A7K",
                "logo": "demo",
                "alias": "三两友人"
            },
            {
                "id": 9,
                "companyName": "字竞未来(海南)网络科技有限公司",
                "creditCode": "demo",
                "logo": "logo地址",
                "alias": ""
            }
        ],
        "carouselList": [
            {
                "id": 13,
                "title": "荣誉1",
                "description": "荣誉1",
                "imageUrl": "荣誉1"
            }
        ],
        "honorList": [
            {
                "id": 3,
                "title": "荣誉1",
                "description": "荣誉1",
                "imageUrl": "荣誉1",
                "createTime": "",
            }
        ]
    },
    "requestId": "0e94cdc4-4e06-4a98-bdaf-6df7152afaab"
}