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 | 573 | Coin DoBuyCatCoin `json:"coin"` |
| 574 | 574 | AdRate adRateData `json:"adRate"` |
| 575 | 575 | Level int `json:"level"` |
| 576 | - totalCashReward float32 `json:"totalCashReward"` | |
| 576 | + TotalCashReward float32 `json:"totalCashReward"` | |
| 577 | 577 | } |
| 578 | 578 | |
| 579 | 579 | type GetMainPageInfoResp struct { | ... | ... |