stresser2
  1. SysDictionaryDetail
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
  • 攻击方法(协议)
    • 创建协议列表
      POST
    • 删除协议列表
      DELETE
    • 批量删除协议列表
      DELETE
    • 用id查询协议列表
      GET
    • 分页获取协议列表列表
      GET
    • 不需要鉴权的协议列表接口
      GET
    • 更新协议列表
      PUT
  • 其他
    • 获取系统配置
    • 不需要鉴权的基础功能接口
    • 登录
  • 攻击任务
    • 创建任务列表
    • 删除任务列表
    • 批量删除任务列表
    • 用id查询任务列表
    • 获取Task的数据源
    • 分页获取任务列表列表
    • 不需要鉴权的任务列表接口
    • 更新任务列表
  • SysDictionary
    • 分页获取SysDictionary列表
  • SysDictionaryDetail
    • 分页获取SysDictionaryDetail列表
      GET
  • Order
  1. SysDictionaryDetail

分页获取SysDictionaryDetail列表

GET
/sysDictionaryDetail/getSysDictionaryDetailList
SysDictionaryDetail

请求参数

Authorization
在 header 添加参数
x-token
示例:
x-token: ********************
Query 参数
ID
integer 
主键ID
可选
createdAt
string 
创建时间
可选
extend
string 
扩展值
可选
keyword
string 
关键字
可选
label
string 
展示值
可选
page
integer 
页码
可选
pageSize
integer 
每页大小
可选
sort
integer 
排序标记
可选
status
boolean 
启用状态
可选
sysDictionaryID
integer 
关联标记
可选
updatedAt
string 
更新时间
可选
value
string 
字典值
可选

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.254.255.198:8888/sysDictionaryDetail/getSysDictionaryDetailList' \
--header 'x-token;'

返回响应

🟢200成功
application/json
分页获取SysDictionaryDetail列表,返回包括列表,总数,页码,每页数量
Body
code
integer 
可选
data
object 
response.PageResult
可选
list
可选
page
integer 
可选
pageSize
integer 
可选
total
integer 
可选
msg
string 
可选
示例
{
    "code": 0,
    "data": {
        "list": null,
        "page": 0,
        "pageSize": 0,
        "total": 0
    },
    "msg": "string"
}
修改于 2025-04-23 01:16:28
上一页
分页获取SysDictionary列表
Built with