|
@@ -13,17 +13,20 @@ type (
|
|
|
FinalAccountCount int `json:"finalAccountCount"` //当前套餐最终
|
|
|
FinalAreaCount int `json:"finalAreaCount"`
|
|
|
|
|
|
- Supplement string `json:"supplement" doc:"补充服务"`
|
|
|
+ Supplement string `json:"supplement" doc:"补充服务"`
|
|
|
+ SupExplanation string `json:"supExplanation,omitempty"` //补充服务说明
|
|
|
}
|
|
|
DataPackFilter struct {
|
|
|
- PackType int `json:"pType"` //数据包类型 1标准,2高级,3自定义包
|
|
|
- PackNum int64 `json:"pNum"` //数据包数量
|
|
|
- GiveCycle int64 `json:"give_cycle,omitempty"` //赠送条数
|
|
|
- ValidYear int `json:"validYear,omitempty"` //有效年份 「账户合并过来的资源为-1」
|
|
|
+ PackType int `json:"pType"` //数据包类型 1标准,2高级,3自定义包
|
|
|
+ PackNum int64 `json:"pNum"` //数据包数量
|
|
|
+ GiveCycle int64 `json:"give_cycle,omitempty"` //赠送条数
|
|
|
+ ValidYear int `json:"validYear,omitempty"` //有效年份 「账户合并过来的资源为-1」
|
|
|
+ SupExplanation string `json:"supExplanation,omitempty"` //补充服务说明
|
|
|
}
|
|
|
|
|
|
Simple struct {
|
|
|
- Source string `json:"source"`
|
|
|
- Num int64 `json:"num"`
|
|
|
+ Source string `json:"source"`
|
|
|
+ Num int64 `json:"num"`
|
|
|
+ SupExplanation string `json:"supExplanation,omitempty"` //补充服务说明
|
|
|
}
|
|
|
)
|