# gowechat **Repository Path**: whoiszhangben/wechat ## Basic Information - **Project Name**: gowechat - **Description**: 微信支付、公众号、小程序相关后端接口的Go语言实现。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 100 - **Created**: 2024-07-08 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gowechat 这是用Golang封装了微信的所有API接口的SDK。全部参数和返回值均使用`struct`类型传递,而不是`map`类型,便于使用和查错。