增加支付宝支付相关页面和程序
This commit is contained in:
@@ -21,6 +21,7 @@ video_item/
|
||||
| PostgreSQL | >= 14 | 推荐 16 |
|
||||
| Redis | >= 6 | 可选,推荐用于限流/验证码/Celery |
|
||||
| FFmpeg | 任意 | 可选,用于视频封面截帧 |
|
||||
| alipay-sdk-python | >=3.7.1160 | 可选,用于支付 |
|
||||
|
||||
---
|
||||
|
||||
@@ -46,6 +47,12 @@ pip install -e ".[pg,redis]"
|
||||
|
||||
# 如需 Celery 异步任务(ChatAPI 生成流水线)
|
||||
pip install -e ".[pg,redis,celery]"
|
||||
|
||||
#安装阿里支付sdk
|
||||
pip install -e ".[pg,redis,celery,alipay]"
|
||||
|
||||
#安装火山sdk
|
||||
pip install -e ".[pg,redis,celery,alipay,volc]"
|
||||
```
|
||||
|
||||
### 2. 配置环境变量
|
||||
|
||||
Reference in New Issue
Block a user