文档
测试

获取会员订购商品接口

POST
/api/in/together/v1/order/getVipLst

请求参数

参数名
类型
描述
必填
uid
int(11)
用户ID
必填
page
int(11)
页码【默认1】
必填
limit
int(11)
获取列表【默认20】
必填

响应参数

参数名
类型
描述
必填
order_coding
char(12)
订单编号
必填
order_id
int(11)
订单ID
必填
deliveryNum
int(11)
发货次数
必填
deliveryTime
int(11)
发货时间
必填
goods_id
int(11)
商品ID
必填
title
varchar(255)
标题
必填
pic
varchar(255)
商品展示图
必填
specs
json
商品规格
必填
price
decimal(20,2)
商品价格
必填
specs_id
int(11)
规格ID
必填

说明 / 示例

{ "status": 1, "message": "获取成功", "data": { "lst": [ { "order_coding": "111111111111", "order_id": 1, "deliveryNum": 1, "deliveryTime": 0, "goods": [ { "goods_id": 1, "title": "富勒烯净肤焕颜按摩膏", "pic": "/static/uploads/goods/20190916/6e23c3484477de1093310b09521fc633.jpg", "specs": "{\"包装\":\"一盒100g\"}", "price": "12.00", "specs_id": 1, "pay_num": 1, "create_time": "1970-01-01 08:00:00" }, { "goods_id": 3, "title": "四倍蚕丝蛋白羊奶精华", "pic": "/static/uploads/goods/20190916/215afa1915fca43b9ce14b047f80992c.jpg", "specs": "{\"规格\":\"环绕套装\"}", "price": "13.00", "specs_id": 3, "pay_num": 2, "create_time": "1970-01-01 08:00:00" } ] } ] } }