支付成功通知

This commit is contained in:
Hiven
2023-07-26 19:23:16 +08:00
parent e05fcd8248
commit dbf500813c
17 changed files with 482 additions and 30 deletions

View File

@@ -10,12 +10,11 @@ type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
PayConfig struct {
PayConfig struct {
Stripe struct {
Key string
SuccessURL string
CancelURL string
SuccessURL string
}
}
}