客戶端當發送空的json字符串時,請求RestController時,報錯:
DefaultHandlerExceptionResolver : Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public java.lang.String com.gomepay.xxx.LocaleApi.getLocaleList(java.lang.String)
解決方法是加上:
contentType:'application/json'