AbelKeithsun opened a new issue, #5949: URL: https://github.com/apache/shenyu/issues/5949
### Question **描述** 根据shenyu的quick start启动了网关bootstrap和admin,还有dubbo的example,之后进行了GET请求findById的测试,出现了如下报错:{ "code": 431, "message": "Dubbo must have body param, please enter the JSON format in the body!" } 怀疑是文档没有更新导致的quick start无法正常执行。 **重现步骤** 1. 根据quick start文档启动网关bootstrap和admin。 2. 启动dubbo的example。 3. 进行GET请求findById的测试。 **预期行为** 请求应该成功返回结果。 **实际行为** 返回错误信息,提示需要JSON格式的body参数。 { "code": 431, "message": "Dubbo must have body param, please enter the JSON format in the body!" } **环境** - ShenYu版本: 2.7.0 **附加信息** [请添加任何相关的日志、截图、配置等]  -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org