From 1ba7144578b8371842d9f6ef4159ff8c97932842 Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期五, 23 四月 2021 10:59:58 +0800
Subject: [PATCH] add para

---
 logc.go |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/logc.go b/logc.go
index 118e012..9a978df 100644
--- a/logc.go
+++ b/logc.go
@@ -49,6 +49,10 @@
 	ProcID string
 )
 
+func init() {
+
+}
+
 func InitBySock(sock *bhomebus.Socket, procId string, procName string) bool {
 	msgChan = make(chan []byte, 100)
 	ProcName = procName
@@ -139,6 +143,6 @@
 	}
 }
 
-func Log(userName, method, path, contentType string, body *bytes.Buffer, values url.Values) {
+func Log(userName, method, path, contentType, module string, body *bytes.Buffer, values url.Values) {
 
 }

--
Gitblit v1.8.0