|
@@ -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);
|