yanghui
2021-04-23 1ba7144578b8371842d9f6ef4159ff8c97932842
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) {
}