Skip to content

功能概述

后台管理全部企业列表展示模块

接口访问

接口地址

enterprise/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

请求参数

属性类型长度必填默认值说明访问版本
keywordstring256false搜索关键字-
pageinteger11false页码-
sizeinteger11false每页数量-

返回值

属性类型必填说明
listarraytrue企业列表
totalintegertrue企业总数

list

属性类型必填说明
idintegertrue企业ID
userIDintegertrue用户ID
namestringtrue企业名称
creditCodestringtrue统一社会信用代码
logostringtrue企业logo
nicknamestringtrue企业昵称
legalPersonstringtrue法人姓名
establishTimestringtrue成立时间
isAuthintegertrue是否认证
createTimestringtrue创建时间

返回示例

{
    "response": {
        "list": [
            {
                "id": 1,
                "userID": null,
                "name": "字竞未来(海南)网络科技有限公司",
                "creditCode": "",
                "logo": "",
                "nickname": "字竞未来",
                "legalPerson": "王杰",
                "estiblishTime": "2020-12-29",
                "isAuth": 1,
                "createTime": "2025-01-05 14:55:23"
            },
            {
                "id": 2,
                "userID": null,
                "name": "小舟(海南)信息科技有限公司",
                "creditCode": "91460000MAC77R6A7K",
                "logo": "demo123",
                "nickname": "32有人",
                "legalPerson": "王杰",
                "estiblishTime": "2023-05-06",
                "isAuth": 1,
                "createTime": "2025-01-05 14:55:23"
            }
        ],
        "total": 4
    },
    "requestId": "bd37bb30-dbd7-4fab-a6ed-b6f33821f8ca"
}