Commit ff41d25c20017a6ab999635f3b48b23706c1a536
1 parent
9ba92eb5
Exists in
ver2.3.0
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -1144,7 +1144,7 @@ func HandlerGetuserdata(w http.ResponseWriter, data string, uuid int) { |
1144 | 1144 | resp.Data.Leftfreeredbag = data.LeftFreeRB |
1145 | 1145 | resp.Data.Sumloginday = data.SumLoginDay |
1146 | 1146 | resp.Data.Shakeleftcnt = data.ShakeTime |
1147 | - SaveUserInfo(data, uniqueuuid) | |
1147 | + //SaveUserInfo(data, uniqueuuid) | |
1148 | 1148 | |
1149 | 1149 | resp.Code = ERROR_OK |
1150 | 1150 | break | ... | ... |