共两种方案:
1.使用微信云开发 托管静态网页:
微信相关的浏览器可以获得免鉴权能力跳转任意小程序,普通浏览器只能跳转自己的小程序。
附上微信参考文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.html
2.获取跳转小程序的Scheme进行跳转。分为两步:
第一步:通过小程序appId 和secret 获取token(微信接口):
获取token例子:
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=&secret=
第二步:调用获取跳转小程序scheme的接口(微信接口)
https://api.weixin.qq.com/wxa/generatescheme?access_token=ACCESS_TOKEN