获取会员订购商品接口
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
必填