Required request body is missing: The request body is missing

Reason: Generally, the @RequestBoby annotation is added to the interface method. It can only be a post request, and the request parameters need to be placed in the request body. An error will be reported when the call interface request parameter is empty

Solution: 1. Modify the front-end date

2. Modify the background (please Baidu yourself)

3. Use post request

Guess you like

Origin blog.csdn.net/qq_36090127/article/details/102841449