列表
简要描述:
- 单位 列表
请求URI:
api/v1/wic/company/list
请求方式:
- GET
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
page | 否 | string | 页码 |
per_page | 否 | string | 每页条数 |
keyword | 否 | string | 关键字 |
order | 否 | string | 排序 |
get_type | 否 | string | 查询类型 |
get_filter | 否 | string | 查询筛选 |
返回示例
-
正常
{ "status": true, "error": "", "data": [ { "id": "2", "company": { "title": "单位全称2", "type": "国企", "listed": "是", "legal_rep": "法人代表", "country": "中国", "province": "北京", "city": "北京", "region": "", "address": "详细地址", "intro": "简介简介简介" }, "qualification": { "business_license": "cc61_9732c53d.jpeg", "identity_card": "1608525146358384.jpg" }, "contact": { "full_name": "姓名", "job": "联系人职务", "telephone": "029-89382771", "mobile_area": "86", "mobile": "13669299707", "email": "xunzhibin@jnexpert.com", "mailing_address": "xunzhibin@jnexpert.com" }, "create_dete": "2022-01-13 12:45:06" }, { "id": "1", "company": { "title": "单位全称1", "type": "国企", "listed": "是", "legal_rep": "法人代表", "country": "中国", "province": "北京", "city": "北京", "region": "", "address": "详细地址", "intro": "简介简介简介" }, "qualification": { "business_license": "cc61_9732c53d.jpeg", "identity_card": "1608525146358384.jpg" }, "contact": { "full_name": "姓名", "job": "联系人职务", "telephone": "029-89382771", "mobile_area": "86", "mobile": "13669299707", "email": "xunzhibin@jnexpert.com", "mailing_address": "xunzhibin@jnexpert.com" }, "create_dete": "2022-01-13 12:44:49" } ], "meta": { "total_rows": 3, "total_page": 1, "page": 1, "per_page": 20, "keyword": "", "order": "", "get_type": "", "get_filter": "" } }
- 异常
{ "status": false, "error": "未经授权" }
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | bool | 业务状态 true(成功) false(失败) |
data | array | 响应数据 |
meta | array | 响应元信息 |
error | string | 错误描述 |
total_rows | number | 总条数 |
total_page | number | 总页数 |
page | number | 当前页码 |
per_page | number | 每页条数 |
id | string | 主键自增ID |
company | array | 单位信息 |
company.title | string | 单位全称 |
company.type | string | 性质 |
company.listed | string | 是否上市 |
company.legal_rep | string | 法人代表 |
company.country | string | 所咋地区-国 |
company.province | string | 所咋地区-省 |
company.city | string | 所咋地区-市 |
company.region | string | 所咋地区-区 |
company.address | string | 详细地址 |
company.intro | string | 简介 |
qualification | array | 资质信息 |
qualification.business_license | string | 营业执照pdf |
qualification.identity_card | string | 身份证pdf |
contact | string | 联系人信息 |
contact.full_name | string | 联系人姓名 |
contact.job | string | 联系人职务 |
contact.telephone | string | 联系人座机 |
contact.mobile_area | string | 国际电话区号 |
contact.mobile | string | 手机 |
contact.email | string | 电子邮箱 |
contact.mailing_address | string | 通讯地址 |
create_dete | string | 创建时间 |
备注
- 更多返回错误代码请看首页的错误代码描述
操作表
- 单位表(wic_company)