kwy /wechat
此包最新版本(1.0)没有可用的许可证信息。
微信API,用于用户登录、模板消息发送等
1.0
2019-05-24 06:17 UTC
This package is auto-updated.
Last update: 2024-09-24 19:52:35 UTC
README
自主获取小程序用户openid 'https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=APPSECRET&js_code=CODE&grant_type=authorization_code'
自主获取公众号用户openid: 'https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=APPSECRET&code=CODE&grant_type=authorization_code'
自主发送小程序模板消息: 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send?access_token=ACCESS_TOKEN'