GITLAB
陆恒
/ HappyCat
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
eecade349359b7cb6cfc3992c65559324b49eb60
Authored by
陆恒
2020-06-17 16:26:08 +0800
1 parent
0cc05b9e
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
Side-by-side Diff
Inline Diff
src/HttpServer/logic/logic.go
Wrap text
Diff comments
View file @
eecade3
...
...
@@ -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
2503
resp.Code = 0
2503
2504
2504
2505
break
...
...