修复模板

This commit is contained in:
eson
2023-07-20 16:32:41 +08:00
parent 810f4fbee7
commit 7c2762065c
5 changed files with 31 additions and 23 deletions

View File

@@ -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)
}
}