Skip to content

功能概述

用户企业库列表展示模块

接口访问

接口地址

user/company/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

返回值

属性类型必填说明
idintegertrue公司ID
companyNamestringtrue公司名称
creditCodestringtrue统一社会信用代码
logostringtrue公司logo
ailasstringtrue公司别名
estiblishTimestringtrue成立时间
isAuthintegertrue是否认证 0.否 1.是

返回示例

{
    "response": [
        {
            "id": 1,
            "companyName": "字竞未来(海南)网络科技有限公司",
            "creditCode": "",
            "logo": "https://www.haizhong.com/upload/2021/01/15/1610645332.png",
            "alias": "字竞未来",
            "estiblishTime": "2020-12-29",
            "isAuth": 0,
        },
        {
            "id": 10,
            "companyName": "三两友人(海南)信息科技有限公司",
            "creditCode": "91460000MAC77R6A7K",
            "logo": "https://www.haizhong.com/upload/2021/01/15/1610645332.png",
            "alias": "三两友人",
            "estiblishTime": "2023-05-06",
            "isAuth": 1,
        }
    ],
    "requestId": "5171f334-335f-4229-87c1-a7a73b53062b"
}