简要描述:

  • 用户端首页接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-05-06

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
req_type string banner请求端,【small=小程序,public=公众号,pc=PC端,app=APP端】,默认app
longitude string 经度
latitude string 纬度

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "banner": [
            {
                "images": "http://chicken.com/uploads/banner/2020-05-06/5eb2281763c16.png",
                "url": "#"
            },
            {......}
        ],
        "convenience_store": [
            {
                "shop_id": 4,
                "shop_name": "炸鸡店(深圳北站店)",
                "shop_logo": "http://chicken.com/uploads/shop_logo/2020-05-06/5eb22d41a9949.png",
                "distance": "307m"
            },
            {......}
        ],
        "fried_chicken_shop": [
            {
                "shop_id": 4,
                "shop_name": "炸鸡店(深圳北站店)",
                "shop_logo": "http://chicken.com/uploads/shop_logo/2020-05-06/5eb22d41a9949.png",
                "distance": "307m"
            },
            {......}
        ],
        "enclosure_shop": [
            {
                "shop_id": 4,
                "shop_name": "炸鸡店(深圳北站店)",
                "shop_logo": "http://chicken.com/uploads/shop_logo/2020-05-06/5eb22d41a9949.png",
                "star": 5,
                "monthly_sale": 0,
                "exceed_money_send_goods": 0,
                "distribution_fee": 0,
                "distribution_fee_old": 0,
                "send_goods_time": 0,
                "distance": "307m"
            },
            {......},

        ]
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期",
    "data": []
}

data返回参数说明:

参数名 类型 说明
banner array 轮播图
convenience_store array 便利店
fried_chicken_shop array 炸鸡店
enclosure_shop array 附件店铺

banner返回参数说明:

参数名 类型 说明
images string 图片路径
url string 跳转路径,#不跳转

convenience_store返回参数说明:

参数名 类型 说明
shop_id int 图片路径
shop_name string 店铺名称
shop_logo string 店铺logo
distance string 距离

fried_chicken_shop返回参数说明:

参数名 类型 说明
shop_id int 图片路径
shop_name string 店铺名称
shop_logo string 店铺logo
distance string 距离

enclosure_shop返回参数说明:

参数名 类型 说明
shop_id int 图片路径
shop_name string 店铺名称
shop_logo string 店铺logo
star int 评价/星数
monthly_sale int 月售
exceed_money_send_goods int 多少起送
distribution_fee int 现配送费
distribution_fee_old int 原配送费
send_goods_time int 送货时间
distance string 距离

备注:

文档更新时间: 2020-05-06 17:13   作者:admin