fix
haozhifeng
2021-08-13 29d4acd7aba5848d43aa8ac646e14d2abb1fd971
sbusClient.go
@@ -9,7 +9,7 @@
)
type SBusClient struct {
   nodes []bhome_msg.BHAddress
   nodes []*bhome_msg.MsgQueryTopicReply_BHNodeAddress
}
type ProcInfo struct {
@@ -68,6 +68,7 @@
   if contentType == CONTENT_TYPE_FORM || contentType == CONTENT_TYPE_MULFORM {
      if body != nil {
         req.PostFormMap = make(map[string][]string)
         req.FormMap = map[string][]string{}
         for k,v := range body {
            switch v.(type) {
            case string: