1.修改订阅二维码生成参数

This commit is contained in:
2024-08-05 09:51:33 +08:00
parent 567a5a0e23
commit 5ad0eea854
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ public class WxAccountUtil {
req.put("action_name", "QR_STR_SCENE");
HashMap<Object, Object> actionInfo = new HashMap<>();
HashMap<String, Object> scene = new HashMap<>();
scene.put("scene_str", "msg" + shopId + ":" + type);
scene.put("scene_str", "msg" + shopId + "," + type);
actionInfo.put("scene", scene);
req.put("action_info", actionInfo);
log.info("开始获取公众号二维码, 请求数据: {}", req);