订单列表
POST
/merchandiseOrder/getMyOrders
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
type
Integer
type:0:全部 1:待付款 2:待发货 3:待收货 4:售后服务 5.待评价
必填
pageNo
Integer
必填
pageSize
Integer
必填
响应参数
参数名
类型
描述
必填
id
long
必填
orderNo
String
商品订单编号
必填
merchandiseName
String
卖品名称
必填
merchandisePic
String
卖品图片
必填
orderStatus
Integer
订单状态
必填
totalActualPrice
double
总实付价
必填
shopCode
String
店铺唯一编码
必填
shopPic
String
店铺图片
必填
shopName
String
店铺名称
必填