修复模板
This commit is contained in:
@@ -28,8 +28,6 @@ func UserGoogleLoginHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
||||
|
||||
resp := l.UserGoogleLogin(&req, userinfo)
|
||||
|
||||
if !basic.AfterLogic(w, r, resp, rl) {
|
||||
basic.NormalAfterLogic(w, r, resp)
|
||||
}
|
||||
basic.AfterLogic(w, r, resp, rl)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user