From 24d0d8803b28b40f89dfc90c0bbf7a065a25f2ed Mon Sep 17 00:00:00 2001 From: "fuhongzuo@gmail.com" Date: Tue, 2 Nov 2021 10:50:59 +0800 Subject: [PATCH] refactor: clear invalid request param --- registry/node.go | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/node.go b/registry/node.go index 32b1938..db5c866 100644 --- a/registry/node.go +++ b/registry/node.go @@ -126,7 +126,6 @@ func (n *Node) call(c context.Context, action model.Action, i *model.Instance, u params.Set("version", i.Version) meta, _ := json.Marshal(i.Metadata) params.Set("metadata", string(meta)) - params.Set("reg_timestamp", strconv.FormatInt(i.RegTimestamp, 10)) params.Set("dirty_timestamp", strconv.FormatInt(i.DirtyTimestamp, 10)) params.Set("latest_timestamp", strconv.FormatInt(i.LatestTimestamp, 10)) case model.Renew: