1,org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported
请求方式错误
2,org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing
请求需要传入一个Body体,但是却没有传入
3,org.springframework.web.bind.MissingServletRequestParameterException: Required Long parameter 'activityId' is not present
请求需要传入一个参数,但是却没有传入