Commit e1db3a175f5696cbc19ca224b1d3b288d6156970

Authored by 陆恒
1 parent 1ed0082a

提交

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 43  
44 44 type WithDrawDesc struct {
45 45 Id int `json:"id"`
46   - Money int `json:"money"`
  46 + Money float32 `json:"money"`
47 47 Coin int `json:"coin"`
48 48 Task int `json:"task"`
49 49 Level int `json:"level"`
... ...