Administrator
2025-05-22 85f4c6b7d6df1c67be43fa87b7cc74af3765ccef
src/main/java/com/zy/common/utils/Http.java
@@ -13,7 +13,7 @@
 */
public class Http {
    public static void response(HttpServletResponse response, String baseRes){
    public static void response(HttpServletResponse response, String baseRes) {
        response.setCharacterEncoding("utf-8");
        response.setContentType("application/json");
        try (PrintWriter out = response.getWriter()) {