# weixin-demo **Repository Path**: hkail/weixin-demo ## Basic Information - **Project Name**: weixin-demo - **Description**: 使用 Go 语言的 Web 框架 Gin 实现微信公众号的接入,并对微信消息进行接收以及回复处理。 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-04-04 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信公众号接入及消息处理 > 使用 Go 语言的 Web 框架 Gin 实现微信公众号的接入,并对微信消息进行接收以及回复处理。 > > 详细使用参考文章:https://juejin.im/post/5e885389518825738e21695c ### 使用说明 ```shell script git clone https://gitee.com/hkail/weixin-demo cd weixin-demo # 使用前注意修改main.go文件中的Token参数的值 go run main.go ```