huanghezhen opened a new issue #2665: URL: https://github.com/apache/servicecomb-java-chassis/issues/2665
场景是这样的 需要定义一个 post 接收 application/x-www-form-urlencoded 格式的 入参 这个时候 使用 @RequestParam Map<String, String> param 接收 是不被允许的 但是 可以定义成 @RequestBody Map<String, String> param ,但是 文档上写的是 目前支持application/json,plain/text 不包括 application/x-www-form-urlencoded -- 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]
