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 }