api 获取系统配置 /v1/configs 1个月前发布50012 获取清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 } © 版权声明文章版权归作者所有,转载请预留文章地址。s.wbsun.net
暂无评论内容