qnc-server-old/global/global.go

15 lines
248 B
Go
Raw Normal View History

2024-09-14 10:48:09 +08:00
package global
import (
"github.com/smartwalle/alipay/v3"
"github.com/wechatpay-apiv3/wechatpay-go/core"
)
var GlobalData DataStruct
type DataStruct struct {
PayClient *core.Client
PayH5Client *core.Client
AliPayClient *alipay.Client
}