增加微信支付的逻辑

This commit is contained in:
2026-06-11 18:13:03 +08:00
parent fe3d57465b
commit 83e8ceee7e
4 changed files with 397 additions and 45 deletions
+1
View File
@@ -27,6 +27,7 @@ pg = ["asyncpg>=0.30.0"]
redis = ["redis>=5.2.0"]
celery = ["celery>=5.4.0", "redis>=5.2.0"]
alipay = ["alipay-sdk-python>=3.7.1160"]
wxpay = ["wechatpayv3>=2.0.2"]
volc = ["volcengine-python-sdk>=1.1.0"]
dev = [
"pytest>=8.3.0",