This commit is contained in:
newtbot
2024-01-04 15:32:46 +08:00
parent db1b513ad5
commit 1819956bd0
21 changed files with 1541 additions and 642 deletions

View File

@ -23,7 +23,7 @@ function insertData(data) {
}
}
function insertLogData(log){
async function insertLogData(log){
try{
api_log_Model.create({
ip: log.ip,