Commit 5bac06b962435ae310db21701b8ab9876f990791
1 parent
8ac5b306
Exists in
master
提交
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/HttpServer/logic/datadef.go
| @@ -139,7 +139,7 @@ type DrawguangoldReq struct { | @@ -139,7 +139,7 @@ type DrawguangoldReq struct { | ||
| 139 | 139 | ||
| 140 | type DrawguangoldData struct { | 140 | type DrawguangoldData struct { |
| 141 | Guangold int `json:"guangold"` | 141 | Guangold int `json:"guangold"` |
| 142 | - Wallgold int `json:"wallgold"` | 142 | + Wallgold int `json:"walletgold"` |
| 143 | //Totalfetchcnt int `json:"totalfetchcnt"` | 143 | //Totalfetchcnt int `json:"totalfetchcnt"` |
| 144 | } | 144 | } |
| 145 | 145 | ||
| @@ -155,7 +155,7 @@ type FetchfenredbagReq struct { | @@ -155,7 +155,7 @@ type FetchfenredbagReq struct { | ||
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | type FetchfenredbagData struct { | 157 | type FetchfenredbagData struct { |
| 158 | - Wallgold int `json:"wallgold"` | 158 | + Wallgold int `json:"walletgold"` |
| 159 | Getgoldnum int `json:"getgoldnum"` | 159 | Getgoldnum int `json:"getgoldnum"` |
| 160 | } | 160 | } |
| 161 | 161 | ||
| @@ -166,7 +166,7 @@ type FetchfenredbagResp struct { | @@ -166,7 +166,7 @@ type FetchfenredbagResp struct { | ||
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | type FetchluckybagData struct { | 168 | type FetchluckybagData struct { |
| 169 | - Wallgold int `json:"wallgold"` | 169 | + Wallgold int `json:"walletgold"` |
| 170 | Lefttimes int `json:"lefttimes"` | 170 | Lefttimes int `json:"lefttimes"` |
| 171 | Getgoldnum int `json:"getgoldnum"` | 171 | Getgoldnum int `json:"getgoldnum"` |
| 172 | } | 172 | } |