Commit e1db3a175f5696cbc19ca224b1d3b288d6156970
1 parent
1ed0082a
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
| @@ -43,7 +43,7 @@ type MoneyBoxTimesDesc struct { | @@ -43,7 +43,7 @@ type MoneyBoxTimesDesc struct { | ||
| 43 | 43 | ||
| 44 | type WithDrawDesc struct { | 44 | type WithDrawDesc struct { |
| 45 | Id int `json:"id"` | 45 | Id int `json:"id"` |
| 46 | - Money int `json:"money"` | 46 | + Money float32 `json:"money"` |
| 47 | Coin int `json:"coin"` | 47 | Coin int `json:"coin"` |
| 48 | Task int `json:"task"` | 48 | Task int `json:"task"` |
| 49 | Level int `json:"level"` | 49 | Level int `json:"level"` |