yanghui
2021-04-22 e42b5e7914ee1d1657d1eb8f22be47f6a77b0d2f
logc.go
@@ -2,6 +2,8 @@
import (
   "basic.com/valib/bhomebus.git"
   "bytes"
   "net/url"
   "encoding/json"
   "fmt"
@@ -137,4 +139,6 @@
   }
}
func Log(userName, method, path, contentType string, body *bytes.Buffer, values url.Values) {
}