stresser2
  1. Schemas
stresser2
  • 新闻
    • 创建新闻列表
    • 删除新闻列表
    • 批量删除新闻列表
    • 用id查询新闻列表
    • 分页获取新闻列表列表
    • 不需要鉴权的新闻列表接口
    • 更新新闻列表
  • 价格订单
    • 创建订单列表
    • 购买套餐
    • 删除订单列表
    • 批量删除订单列表
    • 用id查询订单列表
    • 获取Order的数据源
    • 分页获取订单列表列表
    • 不需要鉴权的订单列表接口
    • 更新订单列表
  • 价格套餐
    • 创建套餐列表
    • 删除套餐列表
    • 批量删除套餐列表
    • 用id查询套餐列表
    • 分页获取套餐列表列表
    • 不需要鉴权的套餐列表接口
    • 更新套餐列表
  • 攻击方法(协议)
    • 创建协议列表
    • 删除协议列表
    • 批量删除协议列表
    • 用id查询协议列表
    • 分页获取协议列表列表
    • 不需要鉴权的协议列表接口
    • 更新协议列表
  • 其他
    • 获取系统配置
    • 不需要鉴权的基础功能接口
    • 登录
  • 攻击任务
    • 创建任务列表
    • 删除任务列表
    • 批量删除任务列表
    • 用id查询任务列表
    • 获取Task的数据源
    • 分页获取任务列表列表
    • 不需要鉴权的任务列表接口
    • 更新任务列表
  • SysDictionary
    • 分页获取SysDictionary列表
  • SysDictionaryDetail
    • 分页获取SysDictionaryDetail列表
  • Order
  • 登录
    POST
  • 申请证书
    POST
  • 申请CSR
    POST
  • 签发证书
    POST
  • 数据模型
    • Schemas
      • common.JSONMap
      • config.AliyunOSS
      • config.Autocode
      • config.AwsS3
      • config.CORS
      • config.CORSWhitelist
      • config.Captcha
      • config.CloudflareR2
      • config.DiskList
      • config.Excel
      • config.HuaWeiObs
      • config.JWT
      • config.Local
      • config.Minio
      • config.Mongo
      • config.MongoHost
      • config.Mssql
      • config.Mysql
      • config.Oracle
      • config.Pgsql
      • config.Qiniu
      • config.Redis
      • config.Server
      • config.SpecializedDB
      • config.Sqlite
      • config.System
      • config.TencentCOS
      • config.TG
      • config.UPay
      • config.Zap
      • example.ExaAttachmentCategory
      • example.ExaCustomer
      • example.ExaFile
      • example.ExaFileChunk
      • example.ExaFileUploadAndDownload
      • github_com_flipped-aurora_gin-vue-admin_server_config.Email
      • model.Info
      • request.AddMenuAuthorityInfo
      • request.AutoCode
      • request.AutoCodeField
      • request.CasbinInReceive
      • request.CasbinInfo
      • request.ChangePasswordReq
      • request.DataSource
      • request.Empty
      • request.ExaAttachmentCategorySearch
      • request.GetAuthorityId
      • request.GetById
      • request.GetUserList
      • request.IdsReq
      • request.InitDB
      • request.Login
      • request.PageInfo
      • request.Register
      • request.SearchApiParams
      • request.SetUserAuth
      • request.SetUserAuthorities
      • request.SysAuthorityBtnReq
      • request.SysAutoCodePackageCreate
      • request.SysAutoHistoryRollBack
      • response.Email
      • response.ExaCustomerResponse
      • response.ExaFileResponse
      • response.FilePathResponse
      • response.FileResponse
      • response.LoginResponse
      • response.PageResult
      • response.PolicyPathResponse
      • response.Response
      • response.SysAPIListResponse
      • response.SysAPIResponse
      • response.SysAuthorityBtnRes
      • response.SysAuthorityCopyResponse
      • response.SysAuthorityResponse
      • response.SysBaseMenuResponse
      • response.SysBaseMenusResponse
      • response.SysCaptchaResponse
      • response.SysConfigResponse
      • response.SysMenusResponse
      • response.SysUserResponse
      • stresser.Config
      • stresser.News
      • stresser.Attacker
      • stresser.Order
      • stresser.Product
      • stresser.Protocol
      • stresser.Task
      • system.Condition
      • system.JoinTemplate
      • system.Meta
      • system.SysApi
      • system.SysAuthority
      • system.SysBaseMenu
      • system.SysBaseMenuBtn
      • system.SysBaseMenuParameter
      • system.SysDictionary
      • system.SysDictionaryDetail
      • system.SysExportTemplate
      • system.SysMenu
      • system.SysOperationRecord
      • system.SysParams
      • system.SysUser
      • system.System
  1. Schemas

system.SysUser

{
    "ID": 0,
    "authorities": [
        {
            "authorityId": 0,
            "authorityName": "string",
            "children": [
                {}
            ],
            "createdAt": "string",
            "dataAuthorityId": [
                {}
            ],
            "defaultRouter": "string",
            "deletedAt": "string",
            "menus": [
                {
                    "ID": 0,
                    "authoritys": [
                        {}
                    ],
                    "children": [
                        {}
                    ],
                    "component": "string",
                    "createdAt": "string",
                    "hidden": true,
                    "menuBtn": [
                        {
                            "ID": 0,
                            "createdAt": "string",
                            "desc": "string",
                            "name": "string",
                            "sysBaseMenuID": 0,
                            "updatedAt": "string"
                        }
                    ],
                    "meta": {
                        "activeName": "string",
                        "closeTab": true,
                        "defaultMenu": true,
                        "icon": "string",
                        "keepAlive": true,
                        "title": "string",
                        "transitionType": "string"
                    },
                    "name": "string",
                    "parameters": [
                        {
                            "ID": 0,
                            "createdAt": "string",
                            "key": "string",
                            "sysBaseMenuID": 0,
                            "type": "string",
                            "updatedAt": "string",
                            "value": "string"
                        }
                    ],
                    "parentId": 0,
                    "path": "string",
                    "sort": 0,
                    "updatedAt": "string"
                }
            ],
            "parentId": 0,
            "updatedAt": "string"
        }
    ],
    "authority": {
        "authorityId": 0,
        "authorityName": "string",
        "children": [
            {}
        ],
        "createdAt": "string",
        "dataAuthorityId": [
            {}
        ],
        "defaultRouter": "string",
        "deletedAt": "string",
        "menus": [
            {
                "ID": 0,
                "authoritys": [
                    {}
                ],
                "children": [
                    {}
                ],
                "component": "string",
                "createdAt": "string",
                "hidden": true,
                "menuBtn": [
                    {
                        "ID": 0,
                        "createdAt": "string",
                        "desc": "string",
                        "name": "string",
                        "sysBaseMenuID": 0,
                        "updatedAt": "string"
                    }
                ],
                "meta": {
                    "activeName": "string",
                    "closeTab": true,
                    "defaultMenu": true,
                    "icon": "string",
                    "keepAlive": true,
                    "title": "string",
                    "transitionType": "string"
                },
                "name": "string",
                "parameters": [
                    {
                        "ID": 0,
                        "createdAt": "string",
                        "key": "string",
                        "sysBaseMenuID": 0,
                        "type": "string",
                        "updatedAt": "string",
                        "value": "string"
                    }
                ],
                "parentId": 0,
                "path": "string",
                "sort": 0,
                "updatedAt": "string"
            }
        ],
        "parentId": 0,
        "updatedAt": "string"
    },
    "authorityId": 0,
    "createdAt": "string",
    "email": "string",
    "enable": 0,
    "headerImg": "string",
    "nickName": "string",
    "originSetting": {},
    "phone": "string",
    "updatedAt": "string",
    "userName": "string",
    "uuid": "string"
}
Built with