|
@ -60,6 +60,7 @@ type AuthAndPathIn struct { |
|
|
AuthorityId string `json:"authorityId"` |
|
|
AuthorityId string `json:"authorityId"` |
|
|
Apis []dbModel.Api `json:"apis"` |
|
|
Apis []dbModel.Api `json:"apis"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// @Tags Api
|
|
|
// @Tags Api
|
|
|
// @Summary 创建api和角色关系
|
|
|
// @Summary 创建api和角色关系
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Security ApiKeyAuth
|
|
@ -79,7 +80,7 @@ func SetAuthAndPath(c *gin.Context){ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// @Tags api
|
|
|
|
|
|
|
|
|
// @Tags Api
|
|
|
// @Summary 分页获取角色列表
|
|
|
// @Summary 分页获取角色列表
|
|
|
// @Security ApiKeyAuth
|
|
|
// @Security ApiKeyAuth
|
|
|
// @accept application/json
|
|
|
// @accept application/json
|
|
|