feat: (rbac) user search

This commit is contained in:
xushuhui 2022-04-20 18:28:24 +08:00
parent 1658b02926
commit d62067f802
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ func (h Rbac) SearchUser(w http.ResponseWriter, r *http.Request, ps httprouter.P
return return
} }
h.WriteOKJSON(w, res) h.Write(w, res.Raw)
return return
} }