|
@@ -54,11 +54,13 @@ type subVipPrice struct {
|
|
|
//订单简单信息
|
|
|
type VipSimpleMsg struct {
|
|
|
//Id string `json:"_id"` //mgo id
|
|
|
- Area *map[string]interface{} `json:"area"` //地区
|
|
|
- Industry []string `json:"industry"` //行业
|
|
|
- Cyclecount int `json:"cyclecount"` //日期数量
|
|
|
- Cycleunit int `json:"cycleunit"` //日期单位
|
|
|
- OrderType int `json:"ordertype"` //类型 1:订单 2:续费 3:立即升级 4:下月升级 5:即将到期(升降级)6:升级订单未生效再次升级
|
|
|
+ Area *map[string]interface{} `json:"area"` //地区
|
|
|
+ Industry []string `json:"industry"` //行业
|
|
|
+ Addarea *map[string]interface{} `json:"addarea"` //新增地区
|
|
|
+ Addindustry []string `json:"addindustry"` //新增行业
|
|
|
+ Cyclecount int `json:"cyclecount"` //日期数量
|
|
|
+ Cycleunit int `json:"cycleunit"` //日期单位
|
|
|
+ OrderType int `json:"ordertype"` //类型 1:订单 2:续费 3:立即升级 4:下月升级 5:即将到期(升降级)6:升级订单未生效再次升级
|
|
|
}
|
|
|
|
|
|
//购买内容
|