🎨 update models

This commit is contained in:
landaiqing
2024-08-09 22:02:44 +08:00
parent 331835f949
commit 6148fc74c6
16 changed files with 202 additions and 38 deletions

View File

@@ -14,4 +14,6 @@ func AuthRouter(router *gin.RouterGroup) {
group.GET("/user/query_by_uuid", authApi.QueryUserByUuid)
group.DELETE("/user/delete", authApi.DeleteUser)
group.GET("/user/query_by_phone", authApi.QueryUserByPhone)
group.POST("/user/login", authApi.AccountLogin)
group.POST("/user/register", authApi.Register)
}