小程序
小游戏
企业微信
微信支付
扫描小程序码分享
shortlink.generate
POST https://api.weixin.qq.com/wxa/genwxashortlink?access_token=ACCESS_TOKEN
错误代码:40066, 错误信息:invalid url rid: 6215a468-75de549a-444c35d3
小程序调用API报错
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/short-link/generateShortLink.html#%E7%AC%AC%E4%B8%89%E6%96%B9%E8%B0%83%E7%94%A8
案例
{
"page_url": "/pages/goods_details/index?id=11",
"page_title": "Homework title",
"is_permanent":false
}
实际
"page_url": "pages/goods_details/index?id=24",
"page_title": "厦门",
一个/杠,杠半天
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
{"page_url":"/pages/index/index?scene=pm%3DmchShare%26dyParam%3D1665509522673762305","page_title":"厦门","is_permanent":false};
小程序已经上架了
报错:{"errcode":40066,"errmsg":"invalid url rid: 64812f7a-027a409c-7eb48ead"}
解决了,踩坑了。
url需要是发布的小程序有的url。 不是指的请求url“https://api.weixin.qq.com/wxa/genwxashortlink”, 而是参数“page_url”。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/short-link/generateShortLink.html#%E7%AC%AC%E4%B8%89%E6%96%B9%E8%B0%83%E7%94%A8
案例
{
"page_url": "/pages/goods_details/index?id=11",
"page_title": "Homework title",
"is_permanent":false
}
实际
{
"page_url": "pages/goods_details/index?id=24",
"page_title": "厦门",
"is_permanent":false
}
一个/杠,杠半天
{"page_url":"/pages/index/index?scene=pm%3DmchShare%26dyParam%3D1665509522673762305","page_title":"厦门","is_permanent":false};
小程序已经上架了
报错:{"errcode":40066,"errmsg":"invalid url rid: 64812f7a-027a409c-7eb48ead"}
解决了,踩坑了。
url需要是发布的小程序有的url。 不是指的请求url“https://api.weixin.qq.com/wxa/genwxashortlink”, 而是参数“page_url”。
https://blog.csdn.net/Dawn____Dawn/article/details/123094653?spm=1001.2014.3001.5502