An open API service indexing awesome lists of open source software.

https://github.com/zhaotoday/wx

微信平台对接笔记
https://github.com/zhaotoday/wx

Last synced: 3 months ago
JSON representation

微信平台对接笔记

Awesome Lists containing this project

README

          

#### 文档
- [微信公众平台开发概述](https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html)
- [账号管理/生成带参数的二维码](https://developers.weixin.qq.com/doc/offiaccount/Account_Management/Generating_a_Parametric_QR_Code.html)
- [基础消息能力/接收普通消息](https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html)
- [微信公众平台接口调试工具](https://mp.weixin.qq.com/debug/cgi-bin/apiinfo?t=index&type=%E8%87%AA%E5%AE%9A%E4%B9%89%E8%8F%9C%E5%8D%95&form=%E8%87%AA%E5%AE%9A%E4%B9%89%E8%8F%9C%E5%8D%95%E5%88%9B%E5%BB%BA%E6%8E%A5%E5%8F%A3)
- [微信登录功能/网站应用微信登录开发指南](https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html)
- [微信支付](https://pay.weixin.qq.com/docs/merchant/products/jsapi-payment/introduction.html)
- [微信支付API字典概览](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/index.shtml)

#### 教程
- [实现微信扫码后关注公众号自动登录](https://www.cnblogs.com/dayang12525/p/17296860.html)
- [微信扫码关注公众号登录实现过程](https://juejin.cn/post/7235118809605144631)
- [使用node.js接入微信公众号开发](https://cloud.tencent.com/developer/article/2078690?from=15425)

#### 工具库
- [wechatpay-node-v3-ts](https://github.com/klover2/wechatpay-node-v3-ts)
- [wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)
- [微信系开发脚手架](https://javen205.gitee.io/tnwx/)