跳到主要内容
版本:2.1.0

获取匹配

GET /matches/{id} HTTP/1.1

请求

方法

GET

路径参数

参数名说明
id匹配 Id

响应

状态码

  • 200
    • 匹配存在
  • 404
    • 匹配不存在

内容

字段类型说明
-Match匹配

返回示例

{
"data": {
"regExp": "^/开服$",
"fieldType": 3,
"requireAdmin": false,
"exclusions": "",
"description": "",
"command": "[s]start",
"id": 65865403
},
"errorMsg": null,
"details": [],
"time": "2025-07-04T20:16:48.3234591+08:00"
}