自动化立体仓库 - WCS系统
*
lsh
2025-04-09 36b0c52a2fc80547c2dbfcea7e7080ad45a2ca17
src/main/java/com/zy/common/utils/Http.java
@@ -15,7 +15,7 @@
    public static void response(HttpServletResponse response, String baseRes){
        response.setCharacterEncoding("utf-8");
        response.setContentType("application/json; charset=utf-8");
        response.setContentType("application/json");
        try (PrintWriter out = response.getWriter()) {
            R r = R.parse(baseRes);
            JSONObject jsonObject = new JSONObject();