Przeglądaj źródła

推荐码图片

fanzherong_v 1 miesiąc temu
rodzic
commit
f1baeb4a0b

+ 1 - 1
snowy-plugin/snowy-plugin-biz/src/main/java/vip/xiaonuo/biz/modular/user/service/impl/BizUserServiceImpl.java

@@ -1194,7 +1194,7 @@ public class BizUserServiceImpl extends ServiceImpl<BizUserMapper, BizUser> impl
             String url = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token="+accessToken;
             com.alibaba.fastjson.JSONObject paramJson = new com.alibaba.fastjson.JSONObject();
             paramJson.put("page", "pages/register/index");
-            paramJson.put("scene", "8JFFG95PD0");
+            paramJson.put("scene", code);
             paramJson.put("check_path", false);
             paramJson.put("env_version","trial");
             paramJson.put("width", 280);