feat: integrate unified payment and wallet refunds

This commit is contained in:
2026-08-02 23:24:32 +08:00
parent f0b8af0bc8
commit 82a2106a97
64 changed files with 1519 additions and 254 deletions

View File

@@ -1,4 +1,4 @@
Service: platform
Service: heqi
Port: 12426
Databases:
@@ -22,3 +22,28 @@ Global:
DeliveryArrivalRadiusMeters: 200
UploadVideoMaxSize: 104857600
FieldEncryptionKey: change-me-32-byte-development-key
Payment:
ExpireMinutes: 30
RefundWindowDays: 3
InternalServiceToken: change-me-payment-worker-token
Alipay:
Enabled: false
Production: false
AppID: ""
PrivateKeyPath: ""
AppPublicCertPath: ""
AlipayPublicCertPath: ""
AlipayRootCertPath: ""
NotifyURL: "https://example.invalid/heqi/payment-return/v1/alipay/notify"
ReturnURL: "https://example.invalid/payment/result"
Wechat:
Enabled: false
MerchantID: ""
MerchantCertificateSerial: ""
MerchantPrivateKeyPath: ""
APIv3Key: ""
AppAppID: ""
OfficialAccountAppID: ""
MiniProgramAppID: ""
NotifyURL: "https://example.invalid/heqi/payment-return/v1/wechat/notify"