Commit 3e0140171da18e8d277d9d7129e919440f76987f

Authored by 陆恒
1 parent 01523a98
Exists in master

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -77,6 +77,7 @@ func HandlerTestaddCat(w http.ResponseWriter, data string, uuid int) { @@ -77,6 +77,7 @@ func HandlerTestaddCat(w http.ResponseWriter, data string, uuid int) {
77 77
78 catid, _ := strconv.Atoi(rdata.CatId) 78 catid, _ := strconv.Atoi(rdata.CatId)
79 uinfo.PosInfo[rdata.Position].Cat = catid 79 uinfo.PosInfo[rdata.Position].Cat = catid
  80 + SaveUserInfo(uinfo, strconv.Itoa(uuid))
80 break 81 break
81 } 82 }
82 83