v1.0.0
This commit is contained in:
@@ -17,6 +17,7 @@ type Config struct {
|
||||
Applepay ApplepayConfig
|
||||
Ali AliConfig
|
||||
WestConfig WestConfig
|
||||
YushanConfig YushanConfig
|
||||
SystemConfig SystemConfig
|
||||
}
|
||||
|
||||
@@ -44,6 +45,7 @@ type AlipayConfig struct {
|
||||
AlipayPublicKey string
|
||||
IsProduction bool
|
||||
NotifyUrl string
|
||||
ReturnURL string
|
||||
}
|
||||
type WxpayConfig struct {
|
||||
AppID string
|
||||
@@ -72,7 +74,11 @@ type WestConfig struct {
|
||||
SecretId string
|
||||
SecretSecondId string
|
||||
}
|
||||
|
||||
type YushanConfig struct {
|
||||
ApiKey string
|
||||
AcctID string
|
||||
Url string
|
||||
}
|
||||
type SystemConfig struct {
|
||||
ThreeVerify bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user