liuxiaolong
2021-01-29 70600f3dfae48b761d63e9d1bf6a72a22dbd67bd
micronode.go
@@ -201,7 +201,7 @@
         Msg: err.Error(),
      }
   } else {
      ms.printLog("reqBody:", reqBody, "to key: ", p)
      ms.printLog("reqBody Path:", reqBody.Path, " contentType:", reqBody.ContentType, " formMap:",reqBody.FormMap, " postFormMap:", reqBody.PostFormMap, "to key: ", p)
      if f,ok := ms.handlers[reqBody.Path];ok {
         reqBody.SrcProc = msgR.SrcProc