From f39958c2f1105168ee7e1d2b2cd3a82082add392 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 13 May 2020 16:04:09 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/function.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index 73a63ef..2a45bbb 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -71,6 +71,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) error{ }else { tmp.Preisfind = 0 } + initdata.WithDraw.Cashdata = append(initdata.WithDraw.Cashdata,tmp) } resp.Data.Guangold = initdata.GuanGold -- libgit2 0.21.0