fix:fix url ptr not encode (#2117)

pull/2136/head
haiyux 2 years ago committed by GitHub
parent 2f8703bff2
commit 25c5996360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      encoding/form/proto_encode.go

@ -48,7 +48,6 @@ func encodeByField(u url.Values, path string, v protoreflect.Message) error {
continue
}
}
continue
}
switch {
case fd.IsList():

Loading…
Cancel
Save