AI后端程序增加对RabbitMQ的使用

This commit is contained in:
BBIT-Kai
2025-10-09 14:11:37 +08:00
parent 3fb43c09f3
commit 4d38f5483e
12 changed files with 175 additions and 134 deletions
+6
View File
@@ -0,0 +1,6 @@
from pydantic import BaseModel
# 请求
class AnalysisRequest(BaseModel):
data: str # 你可以根据需要扩展字段