文档
测试

会员订购商品接口

POST
/api/in/together/v1/goods/getVipLst

接口描述

会员订购商品接口

请求参数

参数名
类型
描述
必填
page
int(11)
页码数(默认1)
必填
limit
int(11)
每页获取条数(默认20)
必填

响应参数

参数名
类型
描述
必填
goods_id
int(11)
商品ID
必填
main_img
varchar(255)
商品主图
必填
shop_price
decimal(20,2)
平台价格
必填
title
varchar(255)
标题
必填
desc
varchar(255)
描述
必填

说明 / 示例

{ "status": 1, "message": "获取成功", "data": [ { "goods_id": 3, "main_img": "/static/uploads/goods/20190916/215afa1915fca43b9ce14b047f80992c.jpg", "shop_price": "24.00", "title": "四倍蚕丝蛋白羊奶精华", "desc": "整年每月20袋抽纸" }, { "goods_id": 4, "main_img": "/static/uploads/goods/20190916/215afa1915fca43b9ce14b047f80992c.jpg", "shop_price": "24.00", "title": "四倍蚕丝蛋白羊奶精华", "desc": "整年每月20袋抽纸" }, { "goods_id": 6, "main_img": "/static/uploads/goods/20190916/215afa1915fca43b9ce14b047f80992c.jpg", "shop_price": "24.00", "title": "四倍蚕丝蛋白羊奶精华", "desc": "整年每月20袋抽纸" }, { "goods_id": 7, "main_img": "/static/uploads/goods/20190916/215afa1915fca43b9ce14b047f80992c.jpg", "shop_price": "24.00", "title": "四倍蚕丝蛋白羊奶精华", "desc": "整年每月20袋抽纸" } ] }