简要描述:

  • 个人信息中心首页

请求域名:

  • http://xx.com

请求URL:

POST:plugin.supplier.frontend.info.index

参数:

参数名 是否必须 类型 说明
member_id int 供应商ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "id": 24,
        "member_id": 6119,
        "username": "15219025049",
        "password": "123456",
        "realname": "123123123",
        "mobile": "123",
        "status": 1,
        "apply_time": 1622796995,
        "created_at": "2021-06-04 16:56:35",
        "updated_at": "2021-06-07 15:12:19",
        "deleted_at": 0,
        "uniacid": 3,
        "salt": "5OlFGlz8",
        "product": "123",
        "remark": "54645646",
        "uid": 126,
        "logo": "https://release.yunzmall.com/attachment/image/2c441ec3b2360b4e11e9516c53f42420.jpg",
        "company_bank": "",
        "company_ali": "",
        "ali": "",
        "wechat": "",
        "diyform_data_id": 0,
        "bank_username": "",
        "bank_of_accounts": "",
        "opening_branch": "",
        "company_ali_username": "",
        "ali_username": "",
        "province_name": "河北省",
        "city_name": "秦皇岛市",
        "district_name": "北戴河区",
        "grade": 3,
        "store_name": "null",
        "shop_commission": "0.00",
        "lng": "116.403851",
        "lat": "39.915177",
        "province_id": 130000,
        "city_id": 130300,
        "district_id": 130304,
        "street_id": 0,
        "street_name": "",
        "address": "",
        "insurance_status": 1,
        "certificate": [
            "image/2c441ec3b2360b4e11e9516c53f42420.jpg",
            "image/d782bdca03af9234985c6933b88bec30.jpg",
            "image/566c74b0e480580c6b62e4106e8fa69f.png"
        ],
        "group_id": 1,
        "category_id": 1,
        "shop_ratio": "0.00",
        "supplier_id": 24,
        "has_one_member": {
            "uid": 6119,
            "uniacid": 3,
            "mobile": "15945596368",
            "email": "",
            "groupid": 0,
            "credit1": "0.00",
            "credit2": "0.00",
            "credit3": "0.00",
            "credit4": "0.00",
            "credit5": "0.00",
            "credit6": "0.00",
            "createtime": 1622795622,
            "realname": "",
            "nickname": "15945596368",
            "signature": null,
            "avatar": "/addons/yun_shop/static/images/photo-mr.jpg",
            "qq": "",
            "vip": 0,
            "gender": 0,
            "birthyear": 0,
            "birthmonth": 0,
            "birthday": 0,
            "constellation": "",
            "zodiac": "",
            "telephone": "",
            "idcard": "",
            "studentid": "",
            "grade": "",
            "address": "",
            "zipcode": "",
            "nationality": "",
            "resideprovince": "",
            "residecity": "",
            "residedist": "",
            "graduateschool": "",
            "company": "",
            "education": "",
            "occupation": "",
            "position": "",
            "revenue": "",
            "affectivestatus": "",
            "lookingfor": "",
            "bloodtype": "",
            "height": "",
            "weight": "",
            "alipay": "",
            "msn": "",
            "taobao": "",
            "site": "",
            "bio": "",
            "interest": "",
            "pay_password": "0",
            "avatar_image": "https://release.yunzmall.com/addons/yun_shop/static/images/photo-mr.jpg",
            "username": "15945596368"
        },
        "has_one_wq_user": {
            "uid": 126,
            "username": "15219025049"
        },
        "has_one_group": {
            "id": 1,
            "uniacid": 3,
            "title": "测试分组1",
            "up_aptitude": 1,
            "created_at": "2021-05-28 17:46:08",
            "updated_at": "2021-06-07 10:08:52",
            "deleted_at": null
        },
        "has_one_category": {
            "id": 1,
            "uniacid": 3,
            "title": "壁纸",
            "created_at": "2021-06-07 10:08:40",
            "updated_at": "2021-06-07 10:08:40",
            "deleted_at": null
        },
        "has_one_aptitude": {
            "id": 10,
            "uniacid": 3,
            "supplier_id": 24,
            "aptitude": [
                "https://release.yunzmall.com/attachment/image/9c3ad81639e73068ed29754f7819c9dd.jpg",
                "https://release.yunzmall.com/attachment/image/a63ace1732aa7bd8eb8760ea1220f1a9.jpg",
                "https://release.yunzmall.com/attachment/image/4a3a36e1ccca084a0e9c293d6f99c22c.jpg"
            ],
            "created_at": "2021-06-07 15:12:19",
            "updated_at": "2021-06-07 15:12:32",
            "deleted_at": null
        }
    },
    "validate_page": {
        "is_bind_mobile": 0,
        "invite_page": 0,
        "is_invite": 1,
        "is_login": 1,
        "invite_mobile": 1
    }
}

错误时返回:


返回参数说明:

参数名 类型 说明
has_one_group arr 供应商分组
has_one_group->title str 分组名称
has_one_group->up_aptitude int 是否上传营业执照
has_one_category arr 供应商行业
has_one_category->title str 行业名称
has_one_aptitude arr 营业执照
has_one_aptitude->aptitude arr 营业执照图片数组

备注:

  • 更多返回错误代码请看首页的错误代码描述