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
4ade02ba022205bbdf1468bd5100a0e0ec31c969
Authored by
陆恒
2020-06-23 18:40:51 +0800
1 parent
6c21b7e4
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 @
4ade02b
...
...
@@ -101,6 +101,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) {
101
101
102
102
}
103
103
104
+ SaveUserInfo(uinfo1, strconv.Itoa(vval.UserId))
104
105
}
105
106
106
107
//需要把这一条记录删除
...
...