删除时间前的记录
开发中
DELETE
http://localhost:8098/admin/operation/before/{time}
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
time
number
时间戳(毫秒)
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://localhost:8098/admin/operation/before/'
返回响应
🟢200成功
application/json
Body
code
integer
必需
errMsg
string | null
必需
data
boolean
必需
示例
{
"code": 200,
"errMsg": null,
"data": true
}
修改于 2025-02-15 12:04:02