From 3fb4ceaaf9ffc788bc35d908498af242b2654f73 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 17 Jun 2020 16:13:57 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 6371599..47f2c21 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -174,6 +174,8 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { } } + uinfo.DuboCat = uinfo.DuboCat[:0] + SaveUserInfo(uinfo, strconv.Itoa(uuid)) break } -- libgit2 0.21.0