去除了算一算app用户绑定。主要涉及接口为登陆接口,检测用户状态

This commit is contained in:
2025-01-08 13:44:46 +08:00
parent bafd5397be
commit 8525e0263f
9 changed files with 15 additions and 277 deletions
-7
View File
@@ -79,13 +79,6 @@ func publicRouter(r *gin.Engine, api controller.Api) {
loginGroup.POST("", api.Login.Login)
}
// 用户
centerGroup := r.Group("/user")
{
// 检测用户数据绑定状态
centerGroup.GET("/check", api.User.GetUserCheck)
}
// 验证码
codeGroup := r.Group("/code")
{