Skip to content

aimuz/wechat-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wechat-sdk

Go Report Card Build Status

最全最好用的微信SDK,支持APP,小程序,H5,Web登录支付,企业付款等功能

快速开始

以下是APP支付简单例子

wePay := &WePay{
	AppId:     "xxx",
	MchId:     "xxx",
	PayKey:    "xxx",
	NotifyUrl: "xxx",
	TradeType: "xxx",
	Body:      "xxx",
}

results, outTradeNo, err := wePay.AppPay(100))

使用

APP支付

APP简单使用

支持功能

  • APP支付
  • APP登录
  • H5登录
  • 小程序登录
  • 小程序支付
  • Web登录
  • 公众号支付
  • 扫码支付
  • 刷卡支付
  • 企业付款
  • 现金红包

About

微信登录支付sdk,支持小程序,APP登录,正在重构。全新版本: https://github.com/aimuz/wgo

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages