文档
测试
POST
http://192.168.1.221/shop/api.weekend/index

接口描述

John

响应参数

参数名
类型
描述
必填
weekend。pic
string
活动主图
必填
sort。start_time
int
活动开始时间
必填
sort。end_time
int
活动结束时间
必填
sort。cid
int
分类id
必填
sort。pic
string
分类图片
必填
sort。name
string
分类名
必填
sort。column
int
1一行一列 2一行两列
必填
goods。price
string
活动价
必填
goods。num
int
限购数量
必填
goods。goods_id
int
商品id
必填
goods。shop_price
string
商品原价
必填
goods。goods_thumb
string
商品图
必填
goods。is_sale
int
0不能买 1可以买
必填
weekend。rule_content
活动规则
必填

说明 / 示例

``` { "code": 0, "msg": "当前没有福利星期日活动", "data": { }, "url": "javascript:history.back(-1);", "wait": 3 } ``` ``` { "code": 1, "msg": "success", "data": { "list": { "weekend": { "pic": "http://192.168.1.221/upload/image/2021/04/607508667ffb2.jpg", "start_time": 1617230700, "end_time": 1619794200, "rule_content": "<span style=\"font-family:&quot;font-size:13px;background-color:#FFFFFF;\">活动说明</span>" }, "sort": [ { "cid": 5, "pic": "http://192.168.1.221", "name": "数码产品", "column": 1, "goods_id": [ { "price": "6", "num": "100", "goods_id": 152, "goods_name": "屈臣氏资生堂丝蓓绮臻护多效修护0秒发膜180g*2修护干枯烫染受损 ", "shop_price": "152.00", "goods_thumb": "/upload/gimg/20190828/5d65f323c8e2f_thumb.jpg", "is_sale": 1 }, { "price": "8", "num": "100", "goods_id": 151, "goods_name": "屈臣氏天丝补水保湿面膜 芦荟保湿透明质酸舒缓面膜30片装", "shop_price": "89.00", "goods_thumb": "/upload/gimg/20190828/5d65f19e04b9e_thumb.jpg", "is_sale": 1 } ] }, { "cid": 20, "pic": "http://192.168.1.221", "name": "珠宝", "column": 1, "goods_id": [ { "price": "1", "num": "100", "goods_id": 171, "goods_name": "跨床电脑桌笔记本台式机电脑桌太空舱床边桌升降桌懒人桌电竞桌椅", "shop_price": "2999.00", "goods_thumb": "/upload/gimg/2021/04/6076667c5cbb2_thumb.jpg", "is_sale": 1 } ] }, { "cid": 32, "pic": "http://192.168.1.221", "name": "男装", "column": 1, "goods_id": [ { "price": "5", "num": "100", "goods_id": 167, "goods_name": "测试多规格01", "shop_price": "100.00", "goods_thumb": "/upload/gimg/2019/09/5d7204baabe75_thumb.gif", "is_sale": 1 }, { "price": "10", "num": "100", "goods_id": 166, "goods_name": "测试商品02", "shop_price": "110.00", "goods_thumb": "/upload/supplyer/5/gimg2020/01/5e16dfca332af_thumb.png", "is_sale": 1 } ] }, { "cid": 40, "pic": "http://192.168.1.221/upload/image/sssss.jpg", "name": "升级礼包", "column": 2, "goods_id": [ { "price": "1", "num": "100", "goods_id": 168, "goods_name": "VIP升级礼包", "shop_price": "89.00", "goods_thumb": "/upload/gimg/2021/03/605bfb6d486b4_thumb.JPG", "is_sale": 1 }, { "price": "2", "num": "100", "goods_id": 169, "goods_name": "经销商升级礼包", "shop_price": "2980.00", "goods_thumb": "/upload/gimg/2021/03/605bfcb5c3466_thumb.JPG", "is_sale": 1 }, { "price": "55", "num": "100", "goods_id": 170, "goods_name": "测试001", "shop_price": "100.00", "goods_thumb": "/upload/gimg/2021/04/60765922e215a_thumb.gif", "is_sale": 1 } ] } ] } } } ```