zyy
2025-07-16 5a766206055d0268e051e44d9b8b39d411142426
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);
    }