文档
测试

实物商品订单3-1-1-0

GET
/api/my/order/findMyOrder

接口描述

-------余

请求头

参数名
类型
描述
必填
openId
必填
cityId
必填

请求参数

参数名
类型
描述
必填
orderType
Int
1:待付款 2:已付款待发货 3:已发货待签收 4:用户已签收订单完成 0:订单支付超时关闭 不传查询所有
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
数据字典
必填
list
array
数据列表
必填
orderId
int
订单id
必填
orderPrice
int
订单价格
必填
payMoney
int
支付价格
必填
addTime
string
生成时间
必填
orderType
int
1:待付款 2:已付款待发货 3:已发货待签收 4:用户已签收订单完成 0:订单支付超时关闭5已取消
必填
distributeFee
int
配送费
必填
orderNumber
string
订单编号
必填
receiveName
string
收货人姓名
必填
receivePhone
string
收货人手机号
必填
province
string
必填
city
string
必填
area
string
必填
address
string
详细地址
必填
discountMoney
int
佣金抵扣金额
必填
couponMoney
int
优惠券优惠金额
必填
myOrderShopVOList
array
店铺集合
必填
shopId
int
店铺id
必填
shopName
string
店铺名称
必填
myOrderShopProductVOList
array
商品集合
必填
opId
int
示例:1
必填
productId
int
商品id
必填
productName
string
商品名称
必填
skuName
string
sku名称
必填
productImg
string
商品图片
必填
salePrice
int
sku价格
必填
productNum
int
商品数量
必填
couponName
string
优惠券名称 为null就是未使用优惠券
必填
commentType
1已被评论 0未评论
必填

说明 / 示例

![image.png](https://cos.easydoc.net/30842230/files/kbaot87p.png)