后端认证微信公众号后添加安全的域名后可以查看对应的appid 和 secret;根据appid和secret请求微信提供的api,拿到对应的access_token;https.get('https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET', function(res) { //这里的回调函数能够拿到包含access
微信公众号
2024-09-07
162 点赞
2 评论
245 浏览