feat: swagger接口文档更新1.0.8
This commit is contained in:
@@ -37,6 +37,18 @@ type SysLogLoginController struct {
|
||||
// 系统登录日志列表
|
||||
//
|
||||
// GET /list
|
||||
//
|
||||
// @Tags system/log/login
|
||||
// @Accept json
|
||||
// @Produce json
|
||||
// @Param userName query string false "userName"
|
||||
// @Param pageNum query number true "pageNum" default(1)
|
||||
// @Param pageSize query number true "pageSize" default(10)
|
||||
// @Success 200 {object} object "Response Results"
|
||||
// @Security ApiKeyAuth
|
||||
// @Summary System Login Log List
|
||||
// @Description System Login Log List
|
||||
// @Router /system/log/login/list [get]
|
||||
func (s *SysLogLoginController) List(c *gin.Context) {
|
||||
querys := ctx.QueryMap(c)
|
||||
dataScopeSQL := ctx.LoginUserToDataScopeSQL(c, "d", "u")
|
||||
|
||||
Reference in New Issue
Block a user