这是基于己方小程序获取 access_token 后调用“获取ShortLink”接口去获取非己方小程序短链接的返回。请问各位前辈,能否根据非己方小程序路径获取 Short Link?
请求返回:
{
errcode: 43104,
errmsg: "this appid does not have permission rid: 6686c836-38e6a3c2-484ae4e8",
}
请求接口:POST https://api.weixin.qq.com/wxa/genwxashortlink?access_token=ACCESS_TOKEN
{
"page_url": "必填, 请输入字符串, 例如'a'",
"page_title": "非必填, 请输入字符串, 例如'a'",
"is_permanent": "非必填, 请输入true 或者false"
}
{
errcode: 43104,
errmsg: "this appid does not have permission rid: 6686c73d-716d8441-1858c852",
}
不能