简要描述:
- 查看-企业信息
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.be-within-call.frontend.enterprise.info&id=4
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 企业ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "info",
"data": {
"id": 4,
"uniacid": 6,
"member_id": 2462,
"identity": 3,
"blacklist": 0,
"province_name": "",
"city_name": "",
"district_name": "",
"street_name": "",
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"longitude": "",
"latitude": "",
"realname": "出刀",
"mobile": "12354567543",
"other1": "0",
"other2": "",
"other3": "",
"created_at": "2023-03-17 19:00:11",
"detail_info": {
"sex": "",
"age": "",
"native_place": "",
"nation": "",
"education": "",
"stature": "",
"weight": "",
"introduce": "大v打发打发发",
"corp_address": "辅导辅导分",
"corp_legal_person": "哈哈哈哈",
"corp_business_scope": "哈哈哈",
"corp_contact_way": "电话"
},
"annex_file": {
"corp_license": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"corp_image": [
"images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
],
"capability_certificate": "",
"health_certificate": "",
"shifu_image": "",
"shifu_video": "",
"corp_license_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"corp_image_url": [
"http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
],
"capability_certificate_url": "",
"health_certificate_url": "",
"shifu_image_url": "",
"shifu_video_url": ""
},
"apply_status": 1,
"apply_status_name": "审核通过",
"personal_pic": ""
}
}
返回参数说明:
data参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 企业ID |
member_id | int | 企业会员ID |
realname | string | 企业名称 |
mobile | int | 企业联系电话 |
detail_info.corp_address | string | 企业地址 |
detail_info.corp_business_scope | string | 经营范围 |
detail_info.corp_contact | string | 联系人 |
detail_info.introduce | string | 简介 |
annex_file.corp_license_url | string | 营业执照 |
annex_file.corp_image_url | array | 公司照片 |