|
@@ -27,10 +27,12 @@ type (
|
|
//**************************************************************
|
|
//**************************************************************
|
|
JyOtherSimpleProduct struct {
|
|
JyOtherSimpleProduct struct {
|
|
*ProductCommonParam
|
|
*ProductCommonParam
|
|
- ProductType string `json:"product_type,omitempty"` //产品类型
|
|
|
|
- ServiceType int `json:"service_type,omitempty"` //付费类型 1:购买 2:续费 3:升级 4:试用
|
|
|
|
- LinkedOrderId int64 `json:"linked_orderId,omitempty"` //关联订单明细id
|
|
|
|
- PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
- Filter Simple `json:"filter,omitempty"` //大字段
|
|
|
|
|
|
+ ProductType string `json:"product_type,omitempty"` //产品类型
|
|
|
|
+ ServiceType int `json:"service_type,omitempty"` //付费类型 1:购买 2:续费 3:升级 4:试用
|
|
|
|
+ LinkedOrderId int64 `json:"linked_orderId,omitempty"` //关联订单明细id
|
|
|
|
+ PaybackOpenServer bool `json:"paybackOpenServer,omitempty"` //是否全额回款开通
|
|
|
|
+ Filter Simple `json:"filter,omitempty"` //大字段
|
|
|
|
+ Service_start_time string `json:"service_start_time"`
|
|
|
|
+ Service_end_time string `json:"service_end_time"`
|
|
}
|
|
}
|
|
)
|
|
)
|