编程语言
首页 > 编程语言> > 微信小程序生成跳转体验版二维码

微信小程序生成跳转体验版二维码

作者:互联网

使用场景

为了配合测试需要生成体验版二维码跳转到指定页面

方案1:

1.上传小程序,选为体验版
2. 将连接 https://open.weixin.qq.com/sns/getexpappinfo?appid=****&path=*** 生成二维码,可以通过一些第三方工具将这串连接生成二维码,微信扫码就会跳转到指定页面。
参数名描述
appid小程序id
path页面路径,如 pages/index/index.html,注意格式为小程序路口+.html

方案2:

1. https://mp.weixin.qq.com/
2. 开发=>开发管理=>开发设置=>扫普通链接二维码打开小程序(一直往下滑)=>添加
3. 添加可选体验版,注意配置规则(坑),查看 https://developers.weixin.qq.com/miniprogram/introduction/qrcode.html#%E4%BA%8C%E7%BB%B4%E7%A0%81%E8%A7%84%E5%88%99
4. 查看,扫码打开小程序接入指南 https://developers.weixin.qq.com/miniprogram/introduction/qrcode.html

标签:qq,weixin,微信,二维码,html,体验版,https,跳转
来源: https://blog.csdn.net/zihao6/article/details/119078569