第二代仪评指标联识别接口
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user