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) { }