文档
测试

获取信息(orderInfo)

GET
/order/order/page

请求参数

参数名
类型
描述
必填
orderNumber
string
订购流水号
必填

响应参数

参数名
类型
描述
必填
data
数据详情
必填
orderId
int
订单ID
必填
shopId
int
店铺id
必填
prodName
string
产品名称,多个产品将会以逗号隔开
必填
userId
string
订购用户ID
必填
orderNumber
string
订购流水号
必填
total
decimal
总值
必填
actualTotal
decimal
实际总值
必填
payType
int
支付方式 1 微信支付 2 支付宝
必填
remarks
string
备注
必填
status
int
订单状态 -1 已取消 0:待付款 1:待发货 2:待收货 3:已完成
必填
dvyType
string
配送类型
必填
dvyId
int
配送方式ID
必填
dvyFlowId
string
物流单号
必填
freightAmount
decimal
订单运费
必填
addrOrderId
int
用户订单地址Id
必填
productNums
int
订单商品总数
必填
createTime
datetime
订购时间
必填
updateTime
datetime
订单更新时间
必填
payTime
datetime
付款时间
必填
dvyTime
datetime
发货时间
必填
finallyTime
datetime
完成时间
必填
cancelTime
datetime
取消时间
必填
isPayed
int
是否已经支付,1:已经支付过,0:,没有支付过
必填
deleteStatus
int
用户订单删除状态,0:没有删除, 1:回收站, 2:永久删除
必填
refundSts
int
0:默认,1:在处理,2:处理完成
必填
reduceAmount
decimal
优惠总额
必填