fix(qrLogin): 修正小程序二维码环境版本参数
- 将小程序二维码请求中的 env_version 参数从 develop 改为 release - 更新 expert-history.json 文件中的 lastUpdated 时间戳
This commit is contained in:
@@ -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<String, Object> lineColor = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user