public class OrderInfo extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected AfterSaleDetail |
afterSaleDetail
售后信息
|
protected Integer |
createTime
创建时间 秒级时间戳
|
protected String |
openid
买家身份标识
|
protected OrderDetailInfo |
orderDetail
订单详细数据信息
|
protected String |
orderId
订单号
|
protected Integer |
status
订单状态,枚举值见
WxOrderStatus |
protected String |
unionid
union id
|
protected Integer |
updateTime
更新时间 秒级时间戳
|
| 构造器和说明 |
|---|
OrderInfo() |
protected String orderId
protected Integer status
WxOrderStatusprotected String openid
protected String unionid
protected OrderDetailInfo orderDetail
protected AfterSaleDetail afterSaleDetail
protected Integer createTime
protected Integer updateTime
Copyright © 2025. All rights reserved.