handleHttpRequestMethodNotSupportedException

@ExceptionHandler(value = [HttpRequestMethodNotSupportedException::class])
@ResponseStatus(value = HttpStatus.METHOD_NOT_ALLOWED)
fun handleHttpRequestMethodNotSupportedException(exception: HttpRequestMethodNotSupportedException): ApiResult<Void>

处理HTTP 请求方法不支持异常