kwy / wechat
wechat api for user-login,template-send and so on
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kwy/wechat
This package is auto-updated.
Last update: 2025-12-24 22:45:53 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'