|
@@ -146,12 +146,14 @@ type UserOrderListResp struct {
|
|
|
}
|
|
|
|
|
|
type PayEdOrderDetailResp struct {
|
|
|
- OrderCode string `comment:"订单编号"`
|
|
|
- OrderType int `comment:"订单类型,1:畅读卡订单,2:单场付费订单"`
|
|
|
- EndDate string `comment:"结束日期"`
|
|
|
- OrderStatus int `comment:"订单状态,0:已取消、1:待支付、2:已支付、3:已退款"`
|
|
|
- SourceId int `comment:"来源ID"`
|
|
|
- Source string `comment:"来源\n报告 :article\n活动 :activity"`
|
|
|
+ OrderCode string `comment:"订单编号"`
|
|
|
+ OrderType int `comment:"订单类型,1:畅读卡订单,2:单场付费订单"`
|
|
|
+ EndDate string `comment:"结束日期"`
|
|
|
+ OrderStatus int `comment:"订单状态,0:已取消、1:待支付、2:已支付、3:已退款"`
|
|
|
+ SourceId int `comment:"来源ID"`
|
|
|
+ Source string `comment:"来源\n报告 :article\n活动 :activity"`
|
|
|
+ IsPublicActivitie bool `comment:"是否是公开活动"`
|
|
|
+ IsSignUp bool `comment:"是否自动报名"`
|
|
|
}
|
|
|
|
|
|
// 添加
|