diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index c44c574..831f3e4 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -101,6 +101,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { } + SaveUserInfo(uinfo1, strconv.Itoa(vval.UserId)) } //需要把这一条记录删除 -- libgit2 0.21.0