简要描述:

  • 区域管理-技能师傅管理

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.area-manage.shi-fu-list

参数:

参数名 是否必须 类型 说明
state int 审核状态:-1驳回0待审核1通过
name string 师傅名称

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "list",
    "data": {
        "current_page": 1,
        "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_name": "",
                    "corp_business_scope": "",
                    "corp_contact_way": ""
                },
                "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"
                },
                "apply_status": 1,
                "editable": 0,
                "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": "贾丰臣"
                }
            },
            {
                "id": 1,
                "uniacid": 6,
                "member_id": 2455,
                "identity": 1,
                "blacklist": 0,
                "province_name": "广东省",
                "city_name": "广州市",
                "district_name": "白云区",
                "street_name": "棠景街道",
                "province_id": 440000,
                "city_id": 440100,
                "district_id": 440111,
                "street_id": 440111007,
                "longitude": "113.28",
                "latitude": "23.15",
                "realname": "测试",
                "mobile": "150234567564",
                "other1": "",
                "other2": "",
                "other3": "",
                "created_at": "2023-03-08 14:29:20",
                "detail_info": {
                    "sex": "男",
                    "age": "19",
                    "native_place": "广州",
                    "nation": "汉",
                    "education": "",
                    "stature": "",
                    "weight": "",
                    "introduce": "",
                    "corp_address": "",
                    "corp_name": "",
                    "corp_business_scope": "",
                    "corp_contact_way": ""
                },
                "annex_file": {
                    "corp_license": "",
                    "corp_image": [],
                    "id_card_front": "",
                    "id_card_reverse": "",
                    "capability_certificate": "",
                    "health_certificate": "",
                    "shifu_image": "",
                    "shifu_video": ""
                },
                "apply_status": 1,
                "editable": 1,
                "apply_status_name": "审核通过",
                "personal_pic": "",
                "has_one_member": {
                    "uid": 2455,
                    "nickname": "Joe",
                    "realname": "柏丽芬",
                    "mobile": "15219025049",
                    "avatar": "http://demo.yun.cn/static/upload/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg",
                    "avatar_image": "http://demo.yun.cn/static/upload/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg",
                    "username": "Joe"
                }
            }
        ],
        "first_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://demo.yun.cn/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 2,
        "total": 2
    }
}

返回参数说明:

返回参数说明(分页):

参数名 类型 说明
current_page int 当前页数
per_page int 每页条数
to int 当前页条数
total int 总条数(直推人数)
data array 内容数据

data参数说明:

参数名 类型 说明
editable int 是否可编辑技能师傅:1是0否
member_id int 会员ID
personal_pic string 师傅个人照片
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_name string 企业名称
detail_info.corp_business_scope string 企业经营范围
detail_info.corp_contact_way 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 企业公司图片数组

has_one_member参数说明:

参数名 类型 说明
nickname string 会员昵称
avatar_image string 会员头像

备注: