1、URL Scheme
先请求
https://api.weixin.qq.com/cgi-bin/token
https://api.weixin.qq.com/wxa/generatescheme
location.href = 'weixin://dl/........'
即可,可以自定义h5。
2、URL Link
生成的链接可以直接跳转,无需配置中转h5。
现在小程序外链去除了永久有限,最长有效期为30天,到期后需要重新生成。