文档
测试

订单列表(预售)

GET
/order/app/presellorder

请求参数

参数名
类型
描述
必填
pageNumber
int
必填
pageSize
int
必填
status
int
1待付款 2待发货 3待收货 4确认收货已完成
可选

响应参数

参数名
类型
描述
必填
id
long
订单id
必填
number
string
订单号
必填
preStatus
int
预售订单状态 1 已预订 2已付尾款
必填
status
int
订单状态 1待付款 2待发货 3待收货 4确认收货已完成 5支付后用户取消 6支付后后台取消 7超时取消
必填
creatTime
date
添加时间
必填
allMoney
double
商品总金额
必填
prePayMoney
double
预付金额
必填
endPayMoney
double
应付尾款
必填
goods
数组
商品集合
必填
goodsId
long
主商品id
必填
skuId
long
sku id
必填
goodsName
string
商品名称
必填
goodsPhoto
string
商品图片地址
必填
goodsModels
string
商品规格
必填
goodsMoney
double
单价
必填
goodsNumber
int
商品数量
必填
isComment
int
评价状态 1 可以评价 2已评价
必填
nowTime
date
系统时间
必填