fix:支付
This commit is contained in:
@@ -14,6 +14,7 @@ type OrderDetail struct {
|
||||
OrderInfo OrderInfo `json:"order_info"` // 订单信息
|
||||
OrderProduct []OrderProduct `json:"order_product"` // 订单商品
|
||||
PayStatus constants.OrderPayStatusCode `json:"pay_status"` // 支付状态
|
||||
PayTimeout time.Duration `json:"pay_timeout"` // 支付状态
|
||||
}
|
||||
|
||||
// 收货地址
|
||||
|
||||
Reference in New Issue
Block a user