Commit 3fb4ceaaf9ffc788bc35d908498af242b2654f73

Authored by 陆恒
1 parent 5fcc46cd
Exists in master

提交

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -174,6 +174,8 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) {
174 174 }
175 175 }
176 176  
  177 + uinfo.DuboCat = uinfo.DuboCat[:0]
  178 +
177 179 SaveUserInfo(uinfo, strconv.Itoa(uuid))
178 180 break
179 181 }
... ...