- 调用创建自定义接口菜单 总是报错40027,如何解决检查?
{ "errcode": 40027, "errmsg": "invalid sub button url size rid: 5ff72350-7a326649-612541df" } 调用创建自定义接口菜单 总是报错 请求body 如下 { "button": [ { "name": "转载&活动", "sub_button": [ { "name": "人物志", "type": "view", "url": "https://mp.weixin.qq.com/mp/homepage?__biz=MzA5MzY4NTQwMA==&hid=11&sn=892f5ed5a054edaf4657ff4213634831" }, { "name": "会员购买", "type": "view", "url": "https://mall.csdn.net/vip?utm_source=ebook_cxrs" }, { "name": "商务合作", "type": "view", "url": "https://w.url.cn/s/Arglya8" }, { "name": "转载授权", "type": "view", "url": "https://mp.weixin.qq.com/s/JEbFIZPI0vj6yTL59cc4_Q" } ] }, { "name": "加入VIP会员", "sub_button": [ { "name": "电子书免费读", "type": "view", "url": "https://mall.csdn.net/vip?utm_source=ebook_cxrs" }, { "name": "课程免费兑", "type": "view", "url": "https://mall.csdn.net/vip?utm_source=ebook_cxrs" }, { "name": "资源免费下", "type": "view", "url": "https://mall.csdn.net/vip?utm_source=ebook_cxrs" } ] }, { "name": "CSDN", "sub_button": [ { "name": "资源搜索", "type": "miniprogram", "appid": "wx2115aba2ed1f96b9", "pagepath": "pages/search/search.html?hotWord", "url": "" }, { "name": "福利大爆炸", "type": "miniprogram", "appid": "wx94ba57502711952f", "pagepath": "/pages/home/index", "url": "https://blink.csdn.net" }, { "name": "下载APP", "type": "view", "url": "https://a.app.qq.com/dom/micro/open.jsp?pkgname=net.csdn.csdnplus&fromcase=40003" }, { "name": "个人中心", "type": "view", "url": "https://passport.csdn.net/account/login?from=https://my.csdn.net" } ] } ] }
2021-01-07 - 公司主体迁移,如何保证开放平台对应的unionId不变更?
原公司主体转让,开放平台需要切换认证主体,如果保证unionid不变的情况下迁移开放平台主体?
2020-12-14 - 调用微信公众号数据统计接口 返回 api unauthorized rid:
https://developers.weixin.qq.com/doc/offiaccount/Analytics/Graphic_Analysis_Data_Interface.html 按照文档提示 调用接口 返回 {'errcode': 48001, 'errmsg': 'api unauthorized rid: 5fa762c1-5aa532ed-7d299284'}
2020-11-27