1. 程式人生 > >微信小程式,開發中幾個重要的知識點(加密解密,轉發,進入場景,session_key)

微信小程式,開發中幾個重要的知識點(加密解密,轉發,進入場景,session_key)

小程式的授權資訊:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html

 

小程式的系統引數和進入場景引數等:
https://developers.weixin.qq.com/miniprogram/dev/api/app/wx.getLaunchOptionsSync.html?search-key=%E8%BF%9B%E5%85%A5%E5%9C%BA%E6%99%AF

 

小程式轉發是和進入場景引數獲取:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share.html#獲取更多轉發資訊
https://developers.weixin.qq.com/miniprogram/dev/api/wx.getShareInfo.html

 

小程式的加密解密處理:已經session_key過期的處理
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/signature.html