详情
简要描述:
- 单位 详细信息
请求URI:
api/v1/wic/company/detail
请求方式:
- GET
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
id | 是 | sring | 主键自增ID |
返回示例
-
正常
{ "status": true, "error": "", "data": [ { "id": "1", "company": { "title": "单位全称1", "type": "国企", "listed": "是", "legal_rep": "法人代表", "country": "中国", "province": "北京", "city": "北京", "region": "", "address": "", "intro": "简介简介简介" }, "qualification": { "business_license": "https://jnexpert-devoss.oss-cn-beijing.aliyuncs.com/upload/article/cc61_9732c53d.jpeg", "identity_card": "https://jnexpert-devoss.oss-cn-beijing.aliyuncs.com/upload/ad_img/20/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": [] }
- 异常
{ "status": false, "error": "未经授权" }
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | bool | 业务状态 true(成功) false(失败) |
data | array | 响应数据 |
meta | array | 响应元信息 |
error | string | 错误描述 |
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)