stresser2
  1. 其他
stresser2
  • 新闻
    • 创建新闻列表
      POST
    • 删除新闻列表
      DELETE
    • 批量删除新闻列表
      DELETE
    • 用id查询新闻列表
      GET
    • 分页获取新闻列表列表
      GET
    • 不需要鉴权的新闻列表接口
      GET
    • 更新新闻列表
      PUT
  • 价格订单
    • 创建订单列表
      POST
    • 购买套餐
      GET
    • 删除订单列表
      DELETE
    • 批量删除订单列表
      DELETE
    • 用id查询订单列表
      GET
    • 获取Order的数据源
      GET
    • 分页获取订单列表列表
      GET
    • 不需要鉴权的订单列表接口
      GET
    • 更新订单列表
      PUT
  • 价格套餐
    • 创建套餐列表
      POST
    • 删除套餐列表
      DELETE
    • 批量删除套餐列表
      DELETE
    • 用id查询套餐列表
      GET
    • 分页获取套餐列表列表
      GET
    • 不需要鉴权的套餐列表接口
      GET
    • 更新套餐列表
      PUT
  • 攻击方法(协议)
    • 创建协议列表
    • 删除协议列表
    • 批量删除协议列表
    • 用id查询协议列表
    • 分页获取协议列表列表
    • 不需要鉴权的协议列表接口
    • 更新协议列表
  • 其他
    • 获取系统配置
      GET
    • 不需要鉴权的基础功能接口
      GET
    • 登录
      POST
  • 攻击任务
    • 创建任务列表
    • 删除任务列表
    • 批量删除任务列表
    • 用id查询任务列表
    • 获取Task的数据源
    • 分页获取任务列表列表
    • 不需要鉴权的任务列表接口
    • 更新任务列表
  • SysDictionary
    • 分页获取SysDictionary列表
  • SysDictionaryDetail
    • 分页获取SysDictionaryDetail列表
  • Order
  • 登录
    POST
  • 申请证书
    POST
  • 申请CSR
    POST
  • 签发证书
    POST
  1. 其他

登录

POST
/stresser/login

请求参数

Authorization
在 header 添加参数
x-token
示例:
x-token: ********************
Body 参数application/x-www-form-urlencoded

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://47.254.255.198:8888/stresser/login' \
--header 'x-token;' \
--data-urlencode 'initData='

返回响应

🟢200成功
application/json
返回包括用户信息,token,过期时间
Body

示例
{
    "code": 0,
    "data": {
        "expiresAt": 0,
        "token": "string",
        "user": {
            "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"
        }
    },
    "msg": "string"
}
修改于 2025-04-23 01:12:48
上一页
不需要鉴权的基础功能接口
下一页
创建任务列表
Built with