src/main/java/com/nq/common/ServerResponse.java
@@ -104,6 +104,7 @@ } public static <T> ServerResponse<T> createByErrorMsg(String errormsg, HttpServletRequest request) { return new ServerResponse(ResponseCode.ERROR.getCode(), new GoogleTranslateUtil().translate(errormsg,request.getHeader(LANG))); //return new ServerResponse(ResponseCode.ERROR.getCode(), errormsg); }