文档
测试

我的订单

GET
/api/v1/app/shop/get-orders

请求头

参数名
类型
描述
必填
consult-token
必填

请求参数

参数名
类型
描述
必填
pageNo
int
页码
必填
pageSize
int
每页数量
必填
IncludeStatus
list(array)
订单状态(0.未支付,1已支付(待发货),2.已取消,3申请退款,4退款成功,5已发货,6订单完成(确认收货z))
必填

响应参数

参数名
类型
描述
必填
data1
array
数据列表
必填
objectId
int
订单id 示例:100236
必填
code
string
订单系统编号 示例:046c3fc24d2f43e1a51bd80d3a11397a
必填
type
int
订单类型 示例:2
必填
status
int
订单状态 示例:1
必填
goodsBO
object
数据字典
必填
objectId
int
示例:100005
必填
title
string
示例:测试商品
必填
code
string
商品编号 示例:5ed00541cd09491fb9d978b4ab0c61ba
必填
price
int
价格 示例:111
必填
imgUrl
string
示例:http://localhost:8087/api/v1/file/review?filePath=20236/27/16/c56cec5c-5b00-45f6-a175-06b2cf2fc646.jpg
必填
details
string
示例:<p>11111</p>
必填
postCouponPrice
int
券后价 示例:1111
必填
goldPrice
int
金币价格 示例:1111
必填
couponPrice
int
优惠券金额 示例:100
必填
sku
object
sku
必填
objectId
int
skuId
必填
goodsId
int
商品id
必填
price
double
价格
必填
postCouponPrice
double
券后价
必填
goldPrice
int
金币抵扣
必填
couponPrice
double
优惠券抵扣金额
必填
detailJson
string
sku信息
必填
resCode
string
示例:0000
必填
resMessage
string
示例:操作成功
必填
timestamp
string
示例:20230727165805934
必填