refactor: change alipay config

This commit is contained in:
zchengo
2023-01-27 10:59:12 +08:00
parent aaf8a378d9
commit 59734922d1
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -64,5 +64,4 @@ type Alipay struct {
AlipayPublicCert string `mapstructure:"alipayPublicCert"`
ReturnURL string `mapstructure:"returnURL"`
NotifyURL string `mapstructure:"notifyURL"`
PaySuccessURL string `mapstructure:"paySuccessURL"`
}