poazy commented on issue #15367:
URL: https://github.com/apache/dubbo/issues/15367#issuecomment-2874647904

   When adding the @RequestBody annotation to the method parameter, an error 
occurs:
   {"message": "Missing argument 'reqArgs' for method parameter of type [class 
com.xxx.yyy.api.demo.entity.nogeneric.DsRequest]", "status": "400"}.
   
   However, if the @RequestBody annotation is not added, no error occurs, but 
the method cannot receive the request body parameters.
   
   Thanks!


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to