微信小程序文档累积

小程序登录:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html

登录获取code wx.login:
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.login.html

获取当前位置 wx.getLocation:
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html

获取手机号 :
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html

获取小程序码:
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/qr-code.html
获取不限制的小程序码:
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/qr-code/getUnlimitedQRCode.html

发起微信支付:
https://developers.weixin.qq.com/miniprogram/dev/api/payment/wx.requestPayment.html

小程序版本更新强制升级版本用的(清除用户本地缓存,强制加载新版本并在用户确认之后重启小程序),管理版本用的:
https://developers.weixin.qq.com/miniprogram/dev/api/base/update/UpdateManager.html

猜你喜欢

转载自blog.csdn.net/be_strong_web/article/details/128565117