From 5bac06b962435ae310db21701b8ab9876f990791 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 4 Aug 2020 15:30:35 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/datadef.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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