设置一个缓存
POST
cache/set最后修改时间: 2 年前
责任人:
请求参数
Body 参数application/x-www-form-urlencoded
name
string
缓存名称
示例值:
test
data
string
缓存的数据
示例值:
这是一个缓存
second
integer
缓存时间,单位/秒
示例值:
7200
示例代码
返回响应
请求成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
信息
data
string | integer | boolean | array | object | number | null
数据
示例
{
"code": 200,
"msg": "缓存设置成功!",
"data": true
}
最后修改时间: 2 年前