From 8cbd342c7558188e6b68344dcd569cf97b05472d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 16 Nov 2024 14:03:11 +0800 Subject: [PATCH] 1 --- server/wheelserver/service/log.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/wheelserver/service/log.go b/server/wheelserver/service/log.go index fe543894..f1167b3b 100644 --- a/server/wheelserver/service/log.go +++ b/server/wheelserver/service/log.go @@ -13,6 +13,5 @@ func (this *log) init() { func (this *log) unInit() { } -func (this *log) AddLog(accountId string, logType string, subType string, - param1 string, param2 string, param3 string, param4 string) { +func (this *log) AddLog(accountId string, logType string, subType string, params map[string]string) { }