1.修改订阅二维码生成参数
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user