第二代仪评指标联识别接口

This commit is contained in:
BBIT-Kai
2025-09-30 13:48:59 +08:00
parent d71518931c
commit 3fb43c09f3
14 changed files with 323 additions and 36 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async def createTicketImageTask(
try:
contents = await file.read()
json_data = await MyUtils.async_task(
process_ticket_image, contents, file.filename, projectName, user_id
process_ticket_image, 1, True, contents, file.filename, projectName, user_id
)
return BaseResponse(data=json_data)
except Exception as e: