dingconggit opened a new issue #1300: PUT方法请求报这个错误是问什么?Parameter is not valid for operation URL: https://github.com/apache/servicecomb-java-chassis/issues/1300 @RequestBody @VerifyBy("v1.put.cbc.updateStatusReq") UpdateStatusReq updateStatusReq 定义了一个put方法的接口,参数如上,请求是通过postman发送的json格式数据,预期接收到后反序列化为UpdateStatusReq对象,但是却报错: { "message": "Parameter is not valid for operation [mai.consumer_business.mai.cbc.updateCloudServiceStatus]. Parameter is [updateStatusReq]. Processor is [body]." } 哪位大佬帮忙分析下是什么原因
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
