diff --git a/src/HttpServer/logic/datadef.go b/src/HttpServer/logic/datadef.go index 2db7a90..947ad3c 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -139,7 +139,7 @@ type DrawguangoldReq struct { type DrawguangoldData struct { Guangold int `json:"guangold"` - Wallgold int `json:"wallgold"` + Wallgold int `json:"walletgold"` //Totalfetchcnt int `json:"totalfetchcnt"` } @@ -155,7 +155,7 @@ type FetchfenredbagReq struct { } type FetchfenredbagData struct { - Wallgold int `json:"wallgold"` + Wallgold int `json:"walletgold"` Getgoldnum int `json:"getgoldnum"` } @@ -166,7 +166,7 @@ type FetchfenredbagResp struct { } type FetchluckybagData struct { - Wallgold int `json:"wallgold"` + Wallgold int `json:"walletgold"` Lefttimes int `json:"lefttimes"` Getgoldnum int `json:"getgoldnum"` } -- libgit2 0.21.0