go-zero
go-zero copied to clipboard
error getting request data: message type xxxxx has no known field named xxx
grpc is encapsulated as http request and uses post + json request. If the fields in the request body are not in the message defined by proto, error getting request data will appear: message type xxxx has no known field named xxxxx
The reason?
github.com/fullstorydev/[email protected]\invoke.go
Shall we ignore the unknown fields?
This issue is stale because it has been open for 30 days with no activity.
i met same time, how can i ignore another unknown fields?