Skip to content
IIInsomnia edited this page May 18, 2020 · 13 revisions

gochat 使用说明

支付

mch := gochat.NewWXMch(appid, apikey, cert)
统一下单
订单查询
退款
订阅续费
企业支付
企业红包

公众号

pub := gochat.NewWXPub(accountid, appid, appsecret, signToken, encodingAESKey)

小程序

mp := gochat.NewWXMP(appid, appsecret)
Clone this wiki locally