目录
- 获取手机号
- 小程序登录
- 小程序支付
获取手机号
文档:
- 小程序端:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
- 获取接口调用凭据 https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-access-token/getAccessToken.html
- 服务端:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-info/phone-number/getPhoneNumber.html
流程
小程序端获取动态令牌`code` + 服务端获取接口调用凭据`access_token` =》 服务端获取手机号`phoneNumber`
小程序登录
- 小程序端:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.login.html
- 服务端:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html
小程序支付
- 小程序支付接入前准备https://pay.weixin.qq.com/wiki/doc/apiv3/open/pay/chapter2_8_1.shtml
- 小程序调起支付API https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_5_4.shtml
- SDK&工具 https://pay.weixin.qq.com/wiki/doc/apiv3/wechatpay/wechatpay6_0.shtml
- 微信支付 APIv3 的官方 Java Library https://github.com/wechatpay-apiv3/wechatpay-java
- Java 微信支付 APIv3 平台证书的命令行下载工具 https://github.com/wechatpay-apiv3/CertificateDownloader