触摸精灵4.1以上版本清空日志

发布于 2020-04-14 22:41:03

使用api接口清空日志

function main()
    http = require("socket.http")
    http.request{
        url = "http://127.0.0.1:8000/api/system/log",
        method = "DELETE"
    }
end
0 条评论

发布
问题