简要描述:

  • app商城首页和店铺首页数据

请求URL:

POST/wapapi/addons/appshop/appshop/getDecoration

参数:

参数名 是否必须 类型 说明
type int 页面类型:
1:商城首页
2:店铺首页
9:积分商城首页
shop_id int type=2是shop_id必须
page_index int 商品列表当前页数,default:1
page_size int 商品列表每页数目,default:20

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
    "data": {
        "data": [
            {
                "tag": "shop_head",
                "itemData": {
                    "backgroundimage": "http://guowei.com/public/static/images/customwap/shop_banner_red.png"
                }
            },
            {
                "tag": "banner",
                "itemData": [
				{
					"image": "http://guowei.com/public/static/images/customwap/shop_ad.png",
					"link_type": "page",
					"link": "member_centre"
				},
				{
					"image": "https://gd4.alicdn.com/imgextra/i4/370767874/TB2LZSlr4uTBuNkHFNRXXc9qpXa_!!370767874.jpg",
					"link_type": "page",
					"link": "cart"
				},
				{
					"image": "http://guowei.com/public/static/images/customwap/b22.png",
					"text": "优惠券",
					"link_type": "coupon_receive",
					"link": "67"
				}
                ]
            },
			            {
                "tag": "blank",//辅助空白
                "itemData": [
                    {
                        "background": "#ffff00",
                        "height": "30"
                    }
                ]
            },
            {
                "tag": "menu",
                "itemData": [
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b22.png",
                        "text": "领券",
                        "link_type": "page",
                        "link": "order_list"
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b33.png",
                        "text": "订单",
                        "link_type": "page",
                        "link": "member_centre"
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b44.png",
                        "text": "收藏",
                        "link_type": "category",
                        "link": "69"
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b411.png",
                        "text": "足迹",
                        "link_type": "page",
                        "link": "my_point"
                    }
                ]
            },
            {
                "tag": "title",
                "itemData": {
                    "text": "新品商品2"
                }
            },
            {
                "tag": "picturew",
                "itemData": [
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b5.png",
                        "link_type": "page",
                        "link": "mall_index"
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b6.png",
                        "link_type": "",
                        "link": ""
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b7.png",
                        "link_type": "",
                        "link": ""
                    },
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b8.png",
                        "link_type": "",
                        "link": ""
                    }
                ]
            },
            {
                "tag": "picture",
                "itemData": [
                    {
                        "image": "http://guowei.com/public/static/images/customwap/b9.png",
                        "link_type": "category",
                        "link": "22"
                    }
                ]
            },
            {
                "tag": "title",
                "itemData": {
                    "text": "抢先体验"
                }
            },
            {
                "tag": "goods",
                "itemData": {
                    "showtype": "1",
                    "goods_list": [
                        {
                            "goods_id": 706,
                            "logo": "https://gd1.alicdn.com/imgextra/i4/277073680/TB2T0rkmOpnpuFjSZFkXXc4ZpXa_!!277073680.jpg",
                            "goods_name": "手工禅意茶席古风和风仙鹤松树丹顶鹤桌旗茶垫干泡席 白鹤子",
                            "sale_num": 0,
                            "price": "58.00",
                            "link_type": "goods",
                            "name": 706
                        },
                        {
                            "goods_id": 708,
                            "logo": "http://guowei.com/upload/26/51/common/1536650239.jpg",
                            "goods_name": "123",
                            "sale_num": 0,
                            "price": "12.00",
                            "link_type": "goods",
                            "name": 708
                        }
                    ]
                }
            },
            {
                "tag": "title",
                "itemData": {
                    "text": "新品商品3333"
                }
            }
        ]
    }
}

返回参数说明:

参数名 类型 说明 举例
link_type string 跳转页面类型 goods:商品详情
category:分类
shop:店铺首页
page:页面
name string 跳转详情 数字时一般是id
goods:商品详情
category:分类
shop:店铺首页
member_centre:个人中心
seckill_centre:秒杀中心
coupon_centre:领券中心
cart:购物车
shop_list:店铺街
order_list:订单列表
distribution_centre:分销中心
my_balance:我的余额
my_point:我的积分
my_coupon:我的优惠券