生成指定页面带参数的微信小程序码
用 Postman GET 请求
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=xxxxxxxxxxxxx&secret=xxxxxxxxxxxxx
保存下 access_token,然后 POST 请求,配置如下,请求获得小程序码
https://api.weixin.qq.com/wxa/getwxacode?access_token=xxxxxxxxxx
或请求生成 QR 二维码
https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=xxxxxxxxxx