Commit 2b60b1f7a7170fa1705ab7a645b31b0fb73b56fd
1 parent
6541a061
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -1560,6 +1560,7 @@ func HandlerAddTicket(w http.ResponseWriter, data string, uuid int) { | @@ -1560,6 +1560,7 @@ func HandlerAddTicket(w http.ResponseWriter, data string, uuid int) { | ||
1560 | uinfo.DrawTicket = DRAWTICKETNUMLIMIT | 1560 | uinfo.DrawTicket = DRAWTICKETNUMLIMIT |
1561 | } | 1561 | } |
1562 | 1562 | ||
1563 | + SaveUserInfo(uinfo, strconv.Itoa(uuid)) | ||
1563 | resp.Code = 0 | 1564 | resp.Code = 0 |
1564 | break | 1565 | break |
1565 | } | 1566 | } |