Commit eecade349359b7cb6cfc3992c65559324b49eb60

Authored by 陆恒
1 parent 0cc05b9e
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -2499,6 +2499,7 @@ func HandlerChooseNum(w http.ResponseWriter, data string, uuid int) { @@ -2499,6 +2499,7 @@ func HandlerChooseNum(w http.ResponseWriter, data string, uuid int) {
2499 2499
2500 } 2500 }
2501 2501
  2502 + SaveUserInfo(uinfo, strconv.Itoa(uuid))
2502 resp.Code = 0 2503 resp.Code = 0
2503 2504
2504 break 2505 break