ソースを参照

调微信接口生成体验版二维码

luolinsong 1 ヶ月 前
コミット
daa2e830ae

+ 1 - 1
fs-admin/src/main/java/com/fs/hisStore/controller/FsStoreProductScrmController.java

@@ -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("生成二维码失败");