一、用户登录/授权相关
1、指南文档链接:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html
2、获取手机号文档链接:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
3、获取用户信息:
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html
4、获取收货地址:
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html
5、获取微信运动:
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/werun/wx.getWeRunData.html
6、获取accessToken:
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/access-token/auth.getAccessToken.html
7、获取小程序码:
https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.getUnlimited.html