This commit is contained in:
aozhiwei 2024-11-16 14:03:11 +08:00
parent 8369a4890f
commit 8cbd342c75

View File

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