Merge branch 'dev-lwl/iap' into test
This commit is contained in:
commit
ebefdb66f0
|
@ -24,6 +24,7 @@ type ApiZoneVO struct {
|
|||
Expenditure int64 `json:"expenditure"`
|
||||
IsIronfanshipUnlocked int64 `json:"is_ironfanship_unlocked"`
|
||||
IsSuperfanshipUnlocked int64 `json:"is_superfanship_unlocked"`
|
||||
SuperfanshipValidity string `json:"superfanship_validity"`
|
||||
}
|
||||
|
||||
func (vo *ApiZoneVO) GetMid() int64 {
|
||||
|
@ -66,5 +67,6 @@ func (vo *ApiZoneVO) CopyZoneVas(zv *dbstruct.ZoneVas) {
|
|||
vo.SuperfanshipCoinPrice = zv.GetSuperfanshipCoinPrice()
|
||||
vo.SuperfanshipValidPeriod = zv.SuperfanshipValidPeriod
|
||||
vo.IsSuperfanshipGiveWechat = zv.IsSuperfanshipGiveWechat
|
||||
vo.SuperfanshipValidity = zv.GetSuperfanshipDurationDesc()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue