diff --git a/.workbuddy/expert-history.json b/.workbuddy/expert-history.json index c9c0c92..b022a92 100644 --- a/.workbuddy/expert-history.json +++ b/.workbuddy/expert-history.json @@ -35,5 +35,5 @@ } ] }, - "lastUpdated": 1775724367075 + "lastUpdated": 1775727841457 } \ No newline at end of file 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 cf2f0f1..5385230 100644 --- a/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java +++ b/src/main/java/com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java @@ -142,7 +142,7 @@ public class QrLoginServiceImpl implements QrLoginService { // 小程序端通过 router.params.scene 获取此 token params.put("scene", token); params.put("page", "passport/qr-confirm/index"); // 小程序确认页面路径(子包) - params.put("env_version", "develop"); // 正式版小程序 release + params.put("env_version", "release"); // 正式版小程序 release params.put("width", 280); // 二维码宽度 params.put("auto_color", false); // 不自动配置颜色 // HashMap lineColor = new HashMap<>();