package service import "StuAcaWorksAI/dao" func insertLog(url, ip, method, params string) uint { return dao.InsertLogToDB(url, ip, method, params) }