17 lines
361 B
JSON
17 lines
361 B
JSON
{
|
|
"student_homework": [
|
|
{
|
|
"student_id": 0,
|
|
"student_name": "测试学生",
|
|
"homework_images": [
|
|
"https://example.com/homework1.jpg",
|
|
"https://example.com/homework2.jpg"
|
|
]
|
|
}
|
|
],
|
|
"answer_doc_url": "https://example.com/answer.docx",
|
|
"subject": "physics",
|
|
"comment_max_length": 100,
|
|
"max_concurrent": 10
|
|
}
|