From 1eb5fa2dc48e7e464f338ce1c93b2ba2a79ed7c3 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Wed, 10 Jun 2026 17:17:41 +0800 Subject: [PATCH] 1 --- video-gen-api/app/services/payment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/video-gen-api/app/services/payment.py b/video-gen-api/app/services/payment.py index db4631c1..63d16868 100644 --- a/video-gen-api/app/services/payment.py +++ b/video-gen-api/app/services/payment.py @@ -158,6 +158,7 @@ def _get_alipay_client(app_id: str, private_key: str, public_key: str, gateway: config.sign_type = "RSA2" config.charset = "utf-8" config.cert_path = certifi.where() + config.timeout = 30 os.environ["SSL_CERT_FILE"] = certifi.where() os.environ["REQUESTS_CA_BUNDLE"] = certifi.where() try: