This commit is contained in:
2026-02-12 22:15:26 +08:00
parent 6e26f66338
commit 4bba4786cc
52 changed files with 25 additions and 33 deletions

View File

@@ -65,6 +65,7 @@ def get_wechat_pay_client():
possible_key_paths = [
os.path.join(settings.BASE_DIR, 'certs', 'apiclient_key.pem'),
os.path.join(settings.BASE_DIR, 'static', 'cert', 'apiclient_key.pem'),
os.path.join(settings.BASE_DIR, 'staticfiles', 'cert', 'apiclient_key.pem'),
os.path.join(settings.BASE_DIR, 'backend', 'certs', 'apiclient_key.pem'),
]