Commit fd195989e8590292404f366bf654e537126138b4
1 parent
ae562f93
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/datadef.go
| @@ -573,7 +573,7 @@ type GetMainPageInfoData struct { | @@ -573,7 +573,7 @@ type GetMainPageInfoData struct { | ||
| 573 | Coin DoBuyCatCoin `json:"coin"` | 573 | Coin DoBuyCatCoin `json:"coin"` |
| 574 | AdRate adRateData `json:"adRate"` | 574 | AdRate adRateData `json:"adRate"` |
| 575 | Level int `json:"level"` | 575 | Level int `json:"level"` |
| 576 | - totalCashReward float32 `json:"totalCashReward"` | 576 | + TotalCashReward float32 `json:"totalCashReward"` |
| 577 | } | 577 | } |
| 578 | 578 | ||
| 579 | type GetMainPageInfoResp struct { | 579 | type GetMainPageInfoResp struct { |