使用了这个接口
POST https://api.weixin.qq.com/wxa/genwxashortlink?access_token=ACCESS_TOKEN
请求体:
{
"page_url": "/pagesB/pages/index",
"page_title": "测试短链",
"is_permanent":false
}
返回:
{
"errcode": 40066,
"errmsg": "invalid url rid: 66d15ed0-0593ff60-3bde9a82"
}
请求中的page_url能够正常打开,但是请求shortlink接口却提示非法的url