简要描述:
- 身份申请详情
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.be-within-call.frontend.role-apply.detail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
role | 是 | int | 身份:1发布者、2师傅、3企业 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "user identity info",
"data": {
"id": 3,
"uniacid": 6,
"member_id": 2460,
"identity": 2,
"blacklist": 0,
"province_name": "广东省",
"city_name": "广州市",
"district_name": "白云区",
"street_name": "景泰街道",
"province_id": 440000,
"city_id": 440100,
"district_id": 440111,
"street_id": 440111004,
"longitude": "113.28",
"latitude": "23.18",
"realname": "高级技师",
"mobile": "1503456234",
"other1": "1",
"other2": "",
"other3": "",
"created_at": "2023-03-09 17:36:22",
"detail_info": {
"sex": "女",
"age": "25",
"native_place": "广州",
"nation": "满族",
"education": "大师",
"stature": "169",
"weight": "120",
"introduce": "冰火两重天",
"corp_address": "",
"corp_legal_person": "",
"corp_business_scope": "",
"corp_contact": ""
},
"annex_file": {
"corp_license": "",
"corp_image": [],
"id_card_front": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"id_card_reverse": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"capability_certificate": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"health_certificate": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"shifu_image": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"shifu_video": "videos/6/2023/03/f505b17f2c05751ca48c7f31ce7d7bbd.mp4",
"corp_license_url": "",
"corp_image_url": [],
"id_card_front_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"id_card_reverse_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"capability_certificate_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"health_certificate_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"shifu_image_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"shifu_video_url": "http://demo.yun.cn/static/upload/videos/6/2023/03/f505b17f2c05751ca48c7f31ce7d7bbd.mp4"
},
"apply_status": 1,
"apply_status_name": "审核通过",
"personal_pic": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"has_one_member": {
"uid": 2460,
"nickname": "贾丰臣",
"realname": "",
"mobile": "13622132152",
"avatar": "http://wx.qlogo.cn/mmopen/q3ulwZqcp9zhTpjfvJlGYKNvk1jOuJgTKvbDSFwYPJITfROaSFr7ENkbkOy3sVKz1fiavxEtbktfP2icf8QL0aQFfvyuThSwibu/0",
"avatar_image": "http://wx.qlogo.cn/mmopen/q3ulwZqcp9zhTpjfvJlGYKNvk1jOuJgTKvbDSFwYPJITfROaSFr7ENkbkOy3sVKz1fiavxEtbktfP2icf8QL0aQFfvyuThSwibu/0",
"username": "贾丰臣"
}
}
}
返回参数说明:
//所以的文件链接参数名称拼接 _url 获取完整的url路径
data参数说明:
参数名 | 类型 | 说明 |
---|---|---|
identity | int | 身份:1发布者、2师傅、3企业 |
apply_status | int | 审核状态:0待审核 1通过 -1驳回 |
other1 | string | 是否培训:1是0否 |
realname | string | 姓名、企业名称 |
mobile | int | 手机号、联系电话 |
longitude | string | 经度 |
latitude | string | 纬度 |
province_id | int | 省ID |
city_id | int | 市ID |
district_id | int | 区ID |
street_id | int | 街道ID |
province_name | int | 省名称 |
city_name | int | 市名称 |
district_name | int | 区名称 |
street_name | int | 街道名称 |
detail_info.sex | string | 性别 |
detail_info.age | string | 年龄 |
detail_info.native_place | string | 籍贯 |
detail_info.nation | string | 民族 |
detail_info.education | string | 学历 |
detail_info.stature | string | 身高 |
detail_info.weight | string | 体重 |
detail_info.introduce | string | 简介 |
detail_info.corp_address | string | 企业地址 |
detail_info.corp_legal_person | string | 企业法人 |
detail_info.corp_business_scope | string | 企业经营范围 |
detail_info.corp_contact | string | 企业联系人 |
annex_file.id_card_front | string | 身份证人像面 |
annex_file.id_card_reverse | string | 身份证国徽面 |
annex_file.capability_certificate | string | 师傅技能证书 |
annex_file.health_certificate | string | 师傅健康证件 |
annex_file.shifu_image | string | 师傅个人照片 |
annex_file.shifu_video | string | 师傅短视频 |
annex_file.corp_license | string | 企业营业执照 |
annex_file.corp_image | array | 企业公司图片数组 |