Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-pay/wechat-sdk
微信 SDK(接口补充中...)
https://github.com/go-pay/wechat-sdk
go-wechat sdk wechat
Last synced: about 2 months ago
JSON representation
微信 SDK(接口补充中...)
- Host: GitHub
- URL: https://github.com/go-pay/wechat-sdk
- Owner: go-pay
- License: apache-2.0
- Created: 2021-10-22T09:01:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T03:51:33.000Z (5 months ago)
- Last Synced: 2024-08-03T17:37:43.682Z (5 months ago)
- Topics: go-wechat, sdk, wechat
- Language: Go
- Homepage:
- Size: 613 KB
- Stars: 29
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wechat-SDK
### 微信 Golang 版本SDK
[![Github](https://img.shields.io/github/followers/iGoogle-ink?label=Follow&style=social)](https://github.com/iGoogle-ink)
[![Github](https://img.shields.io/github/forks/go-pay/wechat-sdk?label=Fork&style=social)](https://github.com/go-pay/wechat-sdk/fork)[![Golang](https://img.shields.io/badge/golang-1.21-brightgreen.svg)](https://golang.google.cn)
[![GoDoc](https://img.shields.io/badge/doc-pkg.go.dev-informational.svg)](https://pkg.go.dev/github.com/go-pay/wechat-sdk)
[![Go](https://github.com/go-pay/wechat-sdk/actions/workflows/go.yml/badge.svg)](https://github.com/go-pay/wechat-sdk/actions/workflows/go.yml)
[![GitHub Release](https://img.shields.io/github/v/release/go-pay/wechat-sdk)](https://github.com/go-pay/wechat-sdk/releases)
[![License](https://img.shields.io/github/license/go-pay/wechat-sdk)](https://www.apache.org/licenses/LICENSE-2.0)
# 一、安装
```bash
go get -u github.com/go-pay/wechat-sdk
```#### 查看 Wechat-SDK 版本
[版本更新记录](https://github.com/go-pay/wechat-sdk/blob/main/release_note.txt)
```go
import (
"github.com/go-pay/wechat-sdk"
"github.com/go-pay/xlog"
)func main() {
xlog.Warn("Wechat-SDK Version: ", wechat.Version)
}
```---
# 二、文档说明
- ### 点击分别查看小程序、公众号使用文档
* #### [微信小程序](https://github.com/go-pay/wechat-sdk/blob/main/doc/mini.md)
* #### [微信公众号](https://github.com/go-pay/wechat-sdk/blob/main/doc/public.md)
* #### [微信开放平台](https://github.com/go-pay/wechat-sdk/blob/main/doc/open.md)---
# 三、其他说明
* 请仔细查看参考各个平台下 `*_test.go` 使用方式
* 有问题请加QQ群(加群验证答案:gopay),或加微信好友拉群。在此,非常感谢提出宝贵意见和反馈问题的同志们!QQ群:
加微信拉群:---
## 赞赏多少是您的心意,感谢支持!
微信赞赏码:
支付宝赞助码:---
## 鸣谢
> [GoLand](https://www.jetbrains.com/go/?from=gopay) A Go IDE with extended support for JavaScript, TypeScript, and databases。
>
特别感谢 [JetBrains](https://www.jetbrains.com/?from=gopay) 为开源项目提供免费的 [GoLand](https://www.jetbrains.com/go/?from=gopay) 等 IDE 的授权
[](https://www.jetbrains.com/?from=gopay)