---------

This commit is contained in:
2025-08-20 10:47:26 +08:00
parent 64c1f2bf9a
commit 7634bc7385
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ public class WechatGetQrcodeServiceImpl implements WechatGetQrcodeService {
param.put("page", "pages/loginModule/register/register");
param.put("scene", inviteCode + "=" + userRoleEnum.getValue());
param.put("width", 430);
param.put("env_version", "develop");
param.put("env_version", "release");
String url = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=" + accessToken;
String jsonParams = JSONUtil.toJsonStr(param);
byte[] responseBytes = HttpUtil.createPost(url)

View File

@ -1,4 +1,4 @@
spring:
profiles:
active: graduation
active: test