|
@@ -134,7 +134,7 @@ public class WxUrlLinkServiceImpl implements IWxUrlLinkService {
|
|
|
param.put("page", path); // 页面路径
|
|
|
param.put("scene", scene); // 参数
|
|
|
// param.put("check_path", true);// 为 true 时 page 必须是已经发布的小程序存在的页面(否则报错);为 false 时允许小程序未发布或者 page 不存在
|
|
|
- param.put("env_version", "trial");
|
|
|
+ param.put("env_version", "release");
|
|
|
// 获取access_token
|
|
|
String accessToken = appTokenService.getAccessToken(appId);
|
|
|
InputStream in = HttpUtils.sendImagePost(
|