Golang 开发的微信 SDK go-wechat-sdk
### WeChat SDK for Go 使用Golang开发的微信SDK,简单、易用。 ### 快速开始 以下是一个处理消息接收以及回复的例子: <pre class="brush:cpp; toolbar: true; auto-links: false;">//配置微信参数 config := &wechat.Config{ AppID: "xxxx", AppSecret: "xxxx", ...阅读全文