Categorygithub.com/accaolei/gochat
repositorypackage
1.1.13
Repository: https://github.com/accaolei/gochat.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

gochat

golang GitHub release pkg.go.dev MIT license

微信 Go SDK(支付、公众号、小程序)

目录对应功能
/mch微信支付(普通商户直连模式)下单、支付、退款、查询、委托代扣、企业付款、企业红包 等
/oa微信公众号(Official Accounts)网页授权、用户管理、模板消息、菜单管理、事件消息 等
/mp微信小程序(Mini Program)小程序授权、数据解密、二维码、事件消息 等

获取

go get -u github.com/shenghui0779/gochat

文档

说明

  • 支持 Go1.11+
  • 注意:因 access_token 每日获取次数有限且含有效期,故服务端应妥善保存 access_token 并定时刷新
  • 配合 yiigo 使用,可以更方便的操作 MySQLMongoDBRedis

Enjoy 😊