Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gowechat/docs

【文档】微信开发SDK(Wechat SDK for Golang)
https://github.com/gowechat/docs

docs markdown wechat wechat-docs wechat-sdk

Last synced: about 2 months ago
JSON representation

【文档】微信开发SDK(Wechat SDK for Golang)

Awesome Lists containing this project

README

        

# 微信SDK For Golang
[![start](https://img.shields.io/github/stars/silenceper/wechat)](https://github.com/silenceper/wechat/stargazers)
[![godoc](https://img.shields.io/badge/godoc-reference-informational)](https://pkg.go.dev/github.com/silenceper/wechat/v2?tab=doc)
[![license](https://img.shields.io/github/license/silenceper/wechat)](https://github.com/silenceper/wechat/blob/master/LICENSE)

WeChat SDK 是一个Golang版本微信SDK,简单、易用。

SDK源码:[https://github.com/silenceper/wechat](https://github.com/silenceper/wechat)

>此文档使用sdk>=2.0版本,1.x系列版本文档在:[这里](https://github.com/silenceper/wechat/blob/v1.2.6/README.md)

## 安装

推荐使用go module进行依赖管理

```sh
go get github.com/silenceper/wechat/v2
```

## 使用

根据功能不同,进入对应的模块文档进行查看

### 例子

仓库地址:https://github.com/gowechat/example

## 关注公众号

![学点程序](https://silenceper.oss-cn-beijing.aliyuncs.com/qrcode/search_study_program.png)