文件名称:wechat-go:带有golang的微信消息处理程序(不适用于生产)
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-29 16:58:46
Go
微信 简单高效的微信公众平台消息处理库 安装 $ go get github.com/feit/wechat 用法 package main import ( "net/http" "wechat" ) func wechatHandler ( this * wechat. Message ) { switch this . Msg [ "Content" ] { case "text" : this . Reply ( "hello text" ) case "news" : news := []wechat. News {} news = append ( news , wechat. News { Title : "Hello Golang" , Desc : "Golang is Go
【文件预览】:
wechat-go-master
----deal_with_XML.go(5KB)
----wechat_test.go(797B)
----wechat.go(2KB)
----LICENSE(1KB)
----.gitignore(266B)
----README.md(2KB)