微信小程序分享小程序碼的生成(帶參數)以及掃描者端獲取參數

第一步:獲取access_tokenhtml

這裏不用說了,參考以前寫的文章:https://my.oschina.net/u/3962987/blog/3019507api

第二步:使用access_token獲取二維碼app

列子:使用postman工具

post方法:https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=xxx工具

參數說明:post

scene:轉遞的參數spa

path:掃描後進如那個頁面.net

{
    "scene":"appid=123456&secret=1456",
    "path":"page/index"
}code

返回的就是一個二維碼htm

若是要獲取裏面的參數,可在當掃描進入到指定的頁面後,再獲取參數blog

詳情查看官網:

官網參考API:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/qr-code.html

https://www.jianshu.com/p/108233ed7ed0

相關文章
相關標籤/搜索