pang.jiabao
2025-09-03 7ab7cb61536d59514d90b930fba0c5e2cef8f5ce
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()) {