qnc init
This commit is contained in:
14
global/global.go
Normal file
14
global/global.go
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user