简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-12-13

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
module string 模块

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "id": 1,
        "shop_id": 5,
        "expires_time": "2024-12-30 23:59:59",
        "number": "123123123123",
        "status": 1,
        "shop_name": "大芬店",
        "shop_address": "广东省深圳市龙岗区大芬站",
        "shop_phone": "13113690010",
        "shop_logo": "https://wzbuploads.oss-cn-hangzhou.aliyuncs.com/shop/2023/12/12/65780bc308700.jpg",
        "shop_describe": "广东省深圳市龙岗区大芬站""cart_num": 2
    }
}

失败时返回:

{
    "status": 0,
    "msg": "更新失败"
}

返回参数说明:

参数名 类型 说明
id int id
shop_id int 店铺id
expires_time string 会员过期时间
number string 编号
status int 会员状态【1=绑定中,2=已失效】
shop_name string 店铺名称
shop_address string 店铺地址
shop_phone string 店铺手机号
shop_logo string 店铺logo
shop_describe string 店铺简介
cart_num int 购物车数量

备注:

作者:admin  创建时间:2023-12-13 15:11
 更新时间:2025-04-01 15:40
上一篇:
下一篇: