Appearance
功能概述
用户企业库列表展示模块
接口访问
接口地址
user/company/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 公司ID |
| companyName | string | true | 公司名称 |
| creditCode | string | true | 统一社会信用代码 |
| logo | string | true | 公司logo |
| ailas | string | true | 公司别名 |
| estiblishTime | string | true | 成立时间 |
| isAuth | integer | true | 是否认证 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"
}