diff --git a/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java b/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java index 488d3f7..704f127 100644 --- a/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java +++ b/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java @@ -144,7 +144,7 @@ public class QrLoginServiceImpl implements QrLoginService { params.put("page", "passport/qr-confirm/index"); // 小程序确认页面路径(子包) params.put("env_version", "release"); // 正式版小程序 params.put("width", 280); // 二维码宽度 - params.put("auto_color", true); // 不自动配置颜色 + params.put("auto_color", false); // 不自动配置颜色 // HashMap lineColor = new HashMap<>(); // lineColor.put("r", 0); // lineColor.put("g", 122);