- 请问公众号菜单自定义菜单相同的tagId对应多个菜单是根据什么匹配?
{ "menu": { "button": [ { "name": "HJLKJ", "sub_button": [ { "type": "click", "name": "JIKJ", "key": "a0001", "sub_button": [] } ] }, { "name": "knkjk", "sub_button": [ { "type": "click", "name": "knkjkj", "key": "A0001", "sub_button": [] } ] }, { "name": "JKKJL", "sub_button": [ { "type": "view", "name": "UIIUI874IR", "url": "http://baidu.com", "sub_button": [] } ] } ], "menuid": 422684901 }, "conditionalmenu": [ { "button": [ { "name": "富", "sub_button": [ { "type": "click", "name": "这边", "key": "B0005", "sub_button": [] } ] } ], "matchrule": { "group_id": "104" }, "menuid": 422685155 }, { "button": [ { "name": "富", "sub_button": [ { "type": "click", "name": "那边", "key": "B0005", "sub_button": [] } ] } ], "matchrule": { "group_id": "104" }, "menuid": 422685141 } ] }
2024-08-06 - 用户管理 批量为用户打标签 为何遇到49003错误码就全部失败了?不能做到过滤掉取关的用户吗
用户管理 标签功能目前支持公众号为用户打上最多20个标签。 1. 批量为用户打标签 接口调用请求说明 http请求方式:POST(请使用https协议) https://api.weixin.qq.com/cgi-bin/tags/members/batchtagging?access_token=ACCESS_TOKEN 49003传入的openid不属于此AppID检查下openid
2024-01-22 - 网页授权重定向uri异常?
请问我通过如下api申请授权,返回重定向的结果异常!该如何解决? https://open.weixin.qq.com/connect/oauth2/authorize?appid=xxxx&redirect_uri=https%3A%2F%2Fxxxx.com%2Fxxx%2Fxxx%2Fsilencecardbind%2FsilenceCardBind&response_type=code&scope=snsapi_userinfo&state=xxxx&connect_redirect=1#wechat_redirect 此为返回结果: https://xxxx.com/xxxx/xxxx/silencecardbind/org.springframework.web.util.UriComponentsBuilder@7d09de86
2022-11-02