curl --location --request GET 'https://dev-api.inis.cn/api/toml/cache?name=' \
--header 'Authorization: ' \
--header 'X-Forwarded-For: '
{
"msg": "数据请求成功!",
"code": 200,
"data": {
"open": false,
"default": "file",
"redis": {
"host": "localhost",
"port": 6379,
"password": "",
"expire": 7200,
"prefix": "inis_",
"database": 0
},
"file": {
"expire": 7200,
"path": "runtime/cache",
"prefix": "inis_"
},
"ram": {
"expire": 7200,
"prefix": ""
}
}
}
扫码加入【 inis 】开发群
在这里,获得【 inis 】使用上的任何帮助,快速上手让你的研测效率得到大幅提升