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 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/logc.go b/logc.go
index 79462d9..9a978df 100644
--- a/logc.go
+++ b/logc.go
@@ -2,6 +2,8 @@
 
 import (
 	"basic.com/valib/bhomebus.git"
+	"bytes"
+	"net/url"
 
 	"encoding/json"
 	"fmt"
@@ -46,6 +48,10 @@
 	ProcName string
 	ProcID string
 )
+
+func init() {
+
+}
 
 func InitBySock(sock *bhomebus.Socket, procId string, procName string) bool {
 	msgChan = make(chan []byte, 100)
@@ -137,4 +143,6 @@
 	}
 }
 
+func Log(userName, method, path, contentType, module string, body *bytes.Buffer, values url.Values) {
 
+}

--
Gitblit v1.8.0