获取清URL缓存每日次数限制
get:/v1/configs/global-0-site-clean_url
<<<
返回结果
{
"code": 0,
"data": {
"create_at": null,
"enable": 1,
"name": "clean_url",
"ret": null,
"scope_id": 0,
"scope_name": "global",
"state": null,
"task_id": null,
"task_type": null,
"type": "site",
"update_at": null,
"value": "10"
},
"msg": null
}
获取清目录缓存每日次数限制
get:/v1/configs/global-0-site-clean_dir
<<<
返回结果
{
"code": 0,
"data": {
"create_at": null,
"enable": 1,
"name": "clean_dir",
"ret": null,
"scope_id": 0,
"scope_name": "global",
"state": null,
"task_id": null,
"task_type": null,
"type": "site",
"update_at": null,
"value": "10"
},
"msg": null
}
获取每日预热次数限制
get:/v1/configs/global-0-site-pre_cache_url
<<<
返回结果
{
"code": 0,
"data": {
"create_at": null,
"enable": 1,
"name": "pre_cache_url",
"ret": null,
"scope_id": 0,
"scope_name": "global",
"state": null,
"task_id": null,
"task_type": null,
"type": "site",
"update_at": null,
"value": "2000"
},
"msg": null
}
获取系统充值设置
get:/v1/configs/global-0-system-recharge
<<<
返回结果
{
"code": 0,
"data": {
"alipay": {
"state": true,
"subtype": "cccyun"
},
"default-pay": "wxpay",
"transfer": {
"data": "",
"state": false
},
"wxpay": {
"state": true,
"subtype": "cccyun"
}
},
"msg": null
}
获取每次解锁黑名单数量限制
get:/v1/configs/global-0-site-ip-unlock-max-per-limit
<<<
返回结果
{
"code": 0,
"data": {
"create_at": null,
"enable": 1,
"name": "ip-unlock-max-per-limit",
"ret": null,
"scope_id": 0,
"scope_name": "global",
"state": null,
"task_id": null,
"task_type": null,
"type": "site",
"update_at": null,
"value": "5"
},
"msg": null
}
获取每日解锁黑名单次数限制
get:/v1/configs/global-0-site-ip-unlock-max-limit
<<<
返回结果
{
"code": 0,
"data": {
"create_at": null,
"enable": 1,
"name": "ip-unlock-max-limit",
"ret": null,
"scope_id": 0,
"scope_name": "global",
"state": null,
"task_id": null,
"task_type": null,
"type": "site",
"update_at": null,
"value": "10"
},
"msg": null
}