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