This commit is contained in:
aozhiwei 2024-11-15 16:54:40 +08:00
parent 76a62734db
commit 8369a4890f

View File

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