- 公共模块
- 枚举
- 文件
- 本地缓存[caffeine]
- Redis缓存
- 字典
- 日志
- 配置
- Quartz任务
- Excel
- 事件
- jwt
- 校验
- webplus
- async
- 进度条
- 二级缓存
- 电子邮件
- 日志监控
- 管道业务流[pipeline]
- 安全模块
二级获取获取业务id
GET
/common/dcache/test/gets
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
businessId
string
业务id
返回响应
🟢200成功
application/json
Body
code
number
返回code
message
string
消息
data
object
数据
currentTime
string <date-time>
服务器响应时间
正则匹配:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$
tranceId
string
请求id
示例
{
"code": 0,
"message": "string",
"data": {},
"currentTime": "2019-08-24T14:15:22Z",
"tranceId": "string"
}
修改于 2024-07-18 07:14:07