查看更多
接口地址:/customer/more
请求方式 get
参数:
page: 分页用参数;不传则默认为0,展示第一页
type: 1,2,3,4,5,6分别对应"木艺热卖","匠人技艺","热门工具",
"新品速递","get新技能","工具新花样"
返回格式:
说明:
当type=1或4时,返回格式如下:
{
"code": 1,
"data": {
"items": [
{
"tid": 123,
"publisher": "水杉",
"only_vip": 0,
"price": "15",
"title": "门朵.实木置物架",
"long": "6时44分",
"img_url": "xxx"
},
{
"tid": 124,
"publisher": "张三",
"only_vip": 1,
"price": "115",
"title": "678",
"long": "16时44分",
"img_url": "xxx"
},
{
"tid": 126,
"publisher": "王五",
"only_vip": 0,
"price": "15",
"title": "实木桌",
"long": "6时44分",
"img_url": "xxx"
},
{
"tid": 128,
"publisher": "李梅",
"only_vip": 1,
"price": "55",
"title": "门朵",
"long": "1时4分",
"img_url": "xxx"
},
{
"tid": 129,
"publisher": "柳泉",
"only_vip": 1,
"price": "12",
"title": "门朵.实木置物架",
"long": "62时44分",
"img_url": "xxx"
},
{
"tid": 130,
"publisher": "石述思",
"only_vip": 1,
"price": "45",
"title": "胡桃木衣柜",
"long": "8时28分",
"img_url": "xxx"
},
{
"tid": 141,
"publisher": "安飞士",
"only_vip": 1,
"price": "45",
"title": "红木衣柜",
"long": "8时48分",
"img_url": "xxx"
}
]
},
"msg": "success"
}当type=2,3,5,6时,返回格式如下:
Last updated
Was this helpful?