Commit 9eda915509f1915e725a990a1fcba1aeae02712a

Authored by 陆恒
1 parent 0777b100
Exists in master

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -1170,10 +1170,10 @@ func GetUserData(uuid int, uniqueuid string, req *UserLoginReq, resp *UserLoginR
1170 1170 data.HandlePassDay(uuid, req.Channel)
1171 1171  
1172 1172 //需要处理下提现表信息 等待提现表
1173   - err = data.ReInitWithDraw(uniqueuid)
  1173 + /*err = data.ReInitWithDraw(uniqueuid)
1174 1174 if err != nil {
1175 1175 logger.Error("GetUserData ReInitWithDraw err=%v", err)
1176   - }
  1176 + }*/
1177 1177  
1178 1178 //此处处理一下从sdk拉取钱包金币数量
1179 1179 gold, err := GetCoinFromSdk(uuid, req.Gameid, req.Channel)
... ...