|
@@ -119,53 +119,17 @@ type SwordfishLibraryMember struct {
|
|
Source string `json:"source"` // 订单来源
|
|
Source string `json:"source"` // 订单来源
|
|
}
|
|
}
|
|
|
|
|
|
-// VIP订阅结构体
|
|
|
|
|
|
+// VIPSubscription VIP订阅结构体
|
|
type VIPSubscription struct {
|
|
type VIPSubscription struct {
|
|
- AddAreaCount interface{} `json:"addareacount"`
|
|
|
|
- AddBuyerClassCount int `json:"addbuyerclasscount"`
|
|
|
|
- Area map[string]interface{} `json:"area"` //订阅区域
|
|
|
|
- AuditType string `json:"audit_Type"`
|
|
|
|
- Audit_type string `json:"audit_type"`
|
|
|
|
- Badge string `json:"badge"`
|
|
|
|
- Buyset interface{} `json:"buyset"`
|
|
|
|
- CommissionUpdate int `json:"commissionUpdate"`
|
|
|
|
- ContractStatus int `json:"contractStatus"`
|
|
|
|
- CycleCount int `json:"cyclecount"`
|
|
|
|
- CycleUnit int `json:"cycleunit"` //日期单位(订单详情展示使用)
|
|
|
|
- DisWord string `json:"disWord"`
|
|
|
|
- DiscountId int `json:"discountId"`
|
|
|
|
- GiveCycle int `json:"give_cycle"` //赠送周期
|
|
|
|
- GiveType int `json:"give_type"` //赠送周期 类型 1天 2月
|
|
|
|
- Industry []interface{} `json:"industry"`
|
|
|
|
- IsAll int `json:"isAll"` // 是否是全部认证
|
|
|
|
- NewBuyset map[string]interface{} `json:"newBuyset"`
|
|
|
|
- OrderMoneyUpdate int `json:"orderMoneyUpdate"`
|
|
|
|
- OrderType int `json:"ordertype"` //1,3,5 类型 1:订单 2:续费 3:立即升级 4:下月升级 5:即将到期(可升降级续费)6:升级订单未生效再次升级
|
|
|
|
- OriginalAmount int `json:"originalAmount"` //原始金额
|
|
|
|
- OriginalCommission int `json:"originalCommission"` //原始佣金
|
|
|
|
- OriginalProcedures int `json:"originalProcedures"` //原始手续费
|
|
|
|
- OriginalPrice int `json:"original_price"`
|
|
|
|
- PayMoneyUpdate int `json:"payMoneyUpdate"`
|
|
|
|
- PaybackExpectDate string `json:"paybackExpectDate"`
|
|
|
|
- PaybackList string `json:"paybackList"`
|
|
|
|
- PaybackNum string `json:"paybackNum"`
|
|
|
|
- PaybackOpenServer bool `json:"paybackOpenServer"`
|
|
|
|
- PaybackWorkDayNum int `json:"paybackWorkDayNum"`
|
|
|
|
- ProceduresMoneyUpdate int `json:"proceduresMoneyUpdate"`
|
|
|
|
- RecordPayType string `json:"recordPayType"`
|
|
|
|
- Remark string `json:"remark"`
|
|
|
|
- SellerGiveCycle int `json:"seller_give_cycle"`
|
|
|
|
- SellerGiveType int `json:"seller_give_type"`
|
|
|
|
- Source string `json:"source"`
|
|
|
|
- SubPayMoney int `json:"subPayMoney"`
|
|
|
|
- SubPayMoneyUpdate int `json:"subPayMoneyUpdate"`
|
|
|
|
- SubscriptionAreaCount int `json:"subscription_area_count"`
|
|
|
|
- SupplyPayMoney int `json:"supplyPayMoney"`
|
|
|
|
- SupplyPayMoneyUpdate int `json:"supplyPayMoneyUpdate"`
|
|
|
|
- TransferV string `json:"transferV"`
|
|
|
|
- TransferVTime string `json:"transferVTime"`
|
|
|
|
- UpgradeSubtotail interface{} `json:"upgradeSubtotail"`
|
|
|
|
- ZeroOrderType string `json:"zeroOrderType"`
|
|
|
|
|
|
+ AddAreaCount int `json:"addareacount"`
|
|
|
|
+ AddBuyerClassCount int `json:"addbuyerclasscount"`
|
|
|
|
+ CycleCount int `json:"cyclecount"`
|
|
|
|
+ CycleUnit int `json:"cycleunit"` //日期单位(订单详情展示使用)
|
|
|
|
+ GiveCycle int `json:"give_cycle"` //赠送周期
|
|
|
|
+ GiveType int `json:"give_type"` //赠送周期 类型 1天 2月
|
|
|
|
+ SellerGiveCycle int `json:"seller_give_cycle"`
|
|
|
|
+ SellerGiveType int `json:"seller_give_type"`
|
|
|
|
+ UpgradeSubtotail interface{} `json:"upgradeSubtotail"`
|
|
}
|
|
}
|
|
|
|
|
|
// 剑鱼币结构体
|
|
// 剑鱼币结构体
|