Commit ffc3a0c85dcbc019c85a4687d8abac0691d69754
1 parent
44c3b467
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -168,6 +168,7 @@ func Regeister(w http.ResponseWriter, r *http.Request) { | @@ -168,6 +168,7 @@ func Regeister(w http.ResponseWriter, r *http.Request) { | ||
168 | logger.Info("Regeister , body:%v,uuid=%v", s) | 168 | logger.Info("Regeister , body:%v,uuid=%v", s) |
169 | 169 | ||
170 | HandleRegeister(w,s) | 170 | HandleRegeister(w,s) |
171 | + | ||
171 | } | 172 | } |
172 | 173 | ||
173 | func AccounLogin(w http.ResponseWriter, r *http.Request) { | 174 | func AccounLogin(w http.ResponseWriter, r *http.Request) { |