tingwu_new
All checks were successful
Deploy to Server / deploy (push) Successful in 16s

This commit is contained in:
jeremygan2021
2026-03-11 22:28:19 +08:00
parent c1fadf1344
commit c32522857e

View File

@@ -70,6 +70,10 @@ class TranscriptionTaskViewSet(viewsets.ModelViewSet):
'file_url': {
'type': 'string',
'description': '音频文件的URL地址'
},
'project_id': {
'type': 'integer',
'description': '关联的参赛项目ID'
}
}
}