diff --git a/server/wheelserver/service/log.go b/server/wheelserver/service/log.go index 0b3c538f..fe543894 100644 --- a/server/wheelserver/service/log.go +++ b/server/wheelserver/service/log.go @@ -12,3 +12,7 @@ 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) { +}