使用api接口清空日志
function main() http = require("socket.http") http.request{ url = "http://127.0.0.1:8000/api/system/log", method = "DELETE" } end
发布 问题
回到 顶部