WeChat SDK 微信SDK的golang实现,短小精悍,同时兼容【企业微信/服务号/订阅号/小程序】 快速开始 5行代码,链式消息,快速开启微信API示例: package main import ( "net/http" "github.com/esap/wechat" // 微信SDK包 ) func main() { wechat.Debug = true cfg := &wechat.WxConfig{ Token: "yourToken", AppId: "yourAppID", Secret: "yourSecret", EncodingAESKey: "yourEncodingAesKey", } app := wechat.New(cfg) app.SendText("@all",