This commit is contained in:
2025-12-27 18:18:06 +08:00
parent 40cee46125
commit e2d030b061
4 changed files with 11 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ type Encrypt struct {
}
type AlipayConfig struct {
Enabled bool // 是否启用支付宝支付
AppID string
PrivateKey string
AlipayPublicKey string