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

@@ -21,7 +21,7 @@ WECHAT_PAY_CONFIG = {
'key_path': os.path.join(_BASE_DIR, 'certs', 'apiclient_key.pem'),
# 回调配置
'notify_url': 'https://valuefrontier.cn/api/payment/wechat/callback',
'notify_url': 'https://api.valuefrontier.cn/api/payment/wechat/callback',
# 其他配置
'sign_type': 'MD5',