|
|
@@ -281,7 +281,7 @@ public class FsStoreProductScrmController extends BaseController
|
|
|
String scene = "productId=" + productId + "&isShow=1";
|
|
|
jsonMap.put("scene", scene);
|
|
|
//正式版为 "release",体验版为 "trial",开发版为 "develop"
|
|
|
- jsonMap.put("env_version", "release");
|
|
|
+ jsonMap.put("env_version", "trial");
|
|
|
byte[] bytes = HttpUtils.getWechatQrcodeByHttpURL(codeUrl, jsonMap);
|
|
|
if (bytes.length == 0) return R.error("生成二维码失败");
|
|
|
|