update pay ui

This commit is contained in:
2025-12-13 16:39:54 +08:00
parent 4ccd43f025
commit c72c512100
4 changed files with 4 additions and 4 deletions

View File

@@ -369,7 +369,7 @@ except ImportError:
'api_key': 'your_api_key', # 替换为您的API密钥
'cert_path': './certs/apiclient_cert.pem', # 证书文件路径
'key_path': './certs/apiclient_key.pem', # 密钥文件路径
'notify_url': 'https://valuefrontier.cn/api/payment/wechat/callback' # 支付结果通知回调
'notify_url': 'https://api.valuefrontier.cn/api/payment/wechat/callback' # 支付结果通知回调
}