You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system (Linux, Windows, …) and version?
What did you do?
If possible, provide a recipe for reproducing the error.
As you can see, there is no field for success in response, resulting in unmarshal to success in response being set to false. However, resultCode is 200, which means that the result of the request is successful.
What version of nacos-sdk-go are you using?
v2.2.2
What version of nacos-sever are you using?
2.0.3
What version of Go are you using (
go version
)?go version go1.21.5 darwin/arm64
What operating system (Linux, Windows, …) and version?
What did you do?
If possible, provide a recipe for reproducing the error.
As you can see, there is no
field
forsuccess
inresponse
, resulting inunmarshal
tosuccess
in response being set tofalse
. However,resultCode
is 200, which means that the result of the request is successful.可以看到,
response
中没有success
这个field
,导致unmarshal
到response中的success
被设置成false
。但是resultCode
为200
,表示这个请求的结果是成功的。What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: