我想知道在我的其余api中我应该使用哪个数据类型为16位数字,因为Integer会返回400个错误请求,我不得不将其修改为其他数据类型,
谢谢。
org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver.handleTypeMismatch Failed to bind request element: org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type [java.lang.String] to required type [java.lang.Integer]; nested exception is java.lang.NumberFormatException: For input string: "1111111111111111"