liubao68 commented on issue #2629: URL: https://github.com/apache/servicecomb-java-chassis/issues/2629#issuecomment-955842299
servicecomb不支持这样的用法,接口参数需要满足swagger定义要求,不能使用“不确定”的参数信息。 你可以考虑使用 `HttpServerFilter`, 将HTTP的headers编码后存储到 `InvocationContext` 里面, 然后从 `InvocationContext` 读取所有 header。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
