# Functions
No description provided by the author
Login godoc @Summary Login @Description @Tags Auth @ID auth-login @Accept json @Produce json @Param user body model.LoginModel true "User" @Success 200 {object} LoginSuccessResponse @Router /api/v1/auth [post].
Nothing godoc @Summary Nothing @Description Just for check permission, only user with admin permission will get 200, otherwise will get 401; 只有管理员可以获得200,普通用户会401.
# Structs
No description provided by the author