Commit 420805e80c0fb749659722085dd8e035125e9a21
1 parent
e2a223c0
Exists in
master
提交
Showing
2 changed files
with
7 additions
and
5 deletions
Show diff stats
src/HttpServer/logic/datadef.go
... | ... | @@ -538,11 +538,12 @@ type adRateData struct { |
538 | 538 | } |
539 | 539 | |
540 | 540 | type GetMainPageInfoData struct { |
541 | - LimitCatList []int `json:"limitCatList"` | |
542 | - CatList []CatPosInfo `json:"catList"` | |
543 | - Coin DoBuyCatCoin `json:"coin"` | |
544 | - AdRate adRateData `json:"adRate"` | |
545 | - Level int `json:"level"` | |
541 | + LimitCatList []int `json:"limitCatList"` | |
542 | + CatList []CatPosInfo `json:"catList"` | |
543 | + Coin DoBuyCatCoin `json:"coin"` | |
544 | + AdRate adRateData `json:"adRate"` | |
545 | + Level int `json:"level"` | |
546 | + TimingRewardTimes int `json:"timingRewardTimes"` | |
546 | 547 | } |
547 | 548 | |
548 | 549 | type GetMainPageInfoResp struct { | ... | ... |
src/HttpServer/logic/logic.go