From 1d5b65bcc0542ed08b1940d0d0deb794647e1269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 10 Apr 2026 13:41:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(qrLogin):=20=E4=BF=AE=E6=AD=A3=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将小程序二维码请求中的 env_version 参数从 develop 改为 release - 更新 expert-history.json 文件中的 lastUpdated 时间戳 --- .workbuddy/expert-history.json | 2 +- .../com/gxwebsoft/auto/service/impl/QrLoginServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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<>();