简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-11

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
shop_id int 店铺id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "shop_id": 4,
        "shop_logo": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
        "shop_name": "15768868260",
        "star": "5.0",
        "shop_address": "广东省深圳市龙岗区爱联小区",
        "shop_phone": "15768868260",
        "shop_describe": "简介",
        "goods_list": [
            {
                "service_id": 5,
                "title": "标题A-4-1",
                "imgs": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "price": 100,
                "discount_price": 50,
                "buy": 0,
                "good": 100
            },
            {
                "service_id": 3,
                "title": "标题A-3",
                "imgs": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
                "price": 100,
                "discount_price": 50,
                "buy": 0,
                "good": 100
            }
        ],
        "shop_collect_status": true
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
shop_id int 店铺id
shop_name string 店铺名称
shop_logo string 店铺logo
star string 店铺星级
shop_address string 店铺地址
shop_phone string 店铺类型方式
shop_describe string 店铺简介
goods_list array 服务图片列表
shop_collect_status bool 店铺收藏状态【true=已收藏,false=未收藏】

goods_list返回参数说明:

参数名 类型 说明
service_id int 服务id
title string 标题
imgs string 图片路径
price string 价格
discount_price string 会员价格
buy string 已销售数
good string 好评

备注:

作者:admin  创建时间:2020-07-11 18:53
 更新时间:2025-04-01 15:40