|
@@ -65,6 +65,8 @@ type CygxOrder struct {
|
|
|
ModifyTime time.Time `comment:"修改时间"`
|
|
|
RegisterPlatform int `comment:"来源 1小程序,2:网页"`
|
|
|
OrderType int `comment:"订单类型,1:畅读卡订单,2:单场付费订单"`
|
|
|
+ StartDate time.Time `comment:"开始时间"`
|
|
|
+ EndDate time.Time `comment:"结束时间"`
|
|
|
}
|
|
|
|
|
|
type CygxOrderResp struct {
|
|
@@ -96,6 +98,8 @@ type CygxOrderResp struct {
|
|
|
CreateTime time.Time `comment:"创建时间"`
|
|
|
ModifyTime time.Time `comment:"修改时间"`
|
|
|
RegisterPlatform int `comment:"来源 1小程序,2:网页"`
|
|
|
+ StartDate time.Time `comment:"开始时间"`
|
|
|
+ EndDate time.Time `comment:"结束时间"`
|
|
|
}
|
|
|
|
|
|
type CygxOrderAction struct {
|