Categorygithub.com/leapig/tpp
modulepackage
1.0.20
Repository: https://github.com/leapig/tpp.git
Documentation: pkg.go.dev

# README

TPP(Third-Party Platform)

前言

支付钉钉、飞书、微信公众号、微信小程序、企业微信、微信开放平台等接入

快速开始 & demo

go get github.com/leapig/tpp
# 实例对应平台
// 企微【企业内部开发】/【服务商代开发】应用
app :=NewTpp().WW(ww.Config{
	CorpId:"企业ID"
	CorpSecret:"应用的凭证密钥"
})
app :=tpp.NewTpp().MP(mp.Config)    // 微信小程序
app :=tpp.NewTpp().OA(oa.Config)    // 微信公众号
app :=tpp.NewTpp().WK(wk.Config)    // 腾讯微卡
app :=tpp.NewTpp().WO(wo.Config)    // 微信开放平台
app :=tpp.NewTpp().AP(ap.Config)    // 支付宝
app :=tpp.NewTpp().DT(dt.Config)    // 钉钉
app :=tpp.NewTpp().FS(fs.Config)    // 飞书
# 调用平台接口
app.DoAnything()

# 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
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

# Functions

No description provided by the author

# Interfaces

No description provided by the author