Categorygithub.com/issue9/wechat
repository
0.2.0
Repository: https://github.com/issue9/wechat.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

wechat Build Status codecov

微信接口,测试中,勿用!

目录结构

|--- common 公众号用到的公用包
|     |
|     +------ result 表示微信的各类返回信息
|
|---- mp 公众号的相关接口
|     |
|     +----- message 消息管理
|     |
|     +----- template 模板功能
|     |
|     +----- jssdk jssdk 相关的功能
|
+---- pay 支付接口
|     |
|     +--- unifiedorder 统一支付接口
|     |
|     +--- refund 退款接口
|     |
|     +--- notify 支付通知接口
|
|---- weapp 小程序相关功能
|     |
|     +--- auth 验证
|     |
|     +--- template 模板