liuxiaolong
2021-01-14 bf35e6daea1d32914bf2114afdbc2e17de8f850e
micronode.go
@@ -112,11 +112,7 @@
func (ms *MicroNode) Request(serverId string, request Request) (*Reply,error) {
   t := time.Now()
   topicName := request.Header("Servicename")
   if topicName == "" {
      return nil,errors.New("Servicename 不能为空")
   }
   ms.printLog("1:", time.Since(t))
   t = time.Now()
   rb, _ := json.Marshal(request)