{
"studentName": "string",
"idCard": "string",
"phone": "string",
"address": "string",
"schoolName": "string",
"majorName": "string",
"zkSubcourse": "string",
"allStatusStr": "string",
"singleStatusStr": "string",
"periodName": "string",
"sysUserName": "string",
"subCourseList": [
{
"subCourseName": "string",
"id": 0,
"dlId": 0,
"studentId": "string",
"studentZkId": 0,
"subCourseId": 0,
"majorId": 0
}
],
"periodId": "string",
"collegeId": "string",
"error": "string",
"importId": 0,
"zkSubcourseIds": "string",
"isCorrect": 0,
"id": 0,
"dlId": 0,
"studentId": "string",
"status": 0,
"schoolId": 0,
"majorId": 0,
"allStatus": 0,
"singleStatus": 0,
"educational": "string",
"livingCity": "string",
"thesisStatus": 0,
"diplomaPhotoStatus": 0,
"diplomaPhotoUrl": "string",
"qualifiedStatus": 0,
"fee": 0,
"sysUserId": "string",
"recordTime": "string"
}
curl --location --request POST '/manager/zkStudent/updateZkSignUpStudents' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentName": "string",
"idCard": "string",
"phone": "string",
"address": "string",
"schoolName": "string",
"majorName": "string",
"zkSubcourse": "string",
"allStatusStr": "string",
"singleStatusStr": "string",
"periodName": "string",
"sysUserName": "string",
"subCourseList": [
{
"subCourseName": "string",
"id": 0,
"dlId": 0,
"studentId": "string",
"studentZkId": 0,
"subCourseId": 0,
"majorId": 0
}
],
"periodId": "string",
"collegeId": "string",
"error": "string",
"importId": 0,
"zkSubcourseIds": "string",
"isCorrect": 0,
"id": 0,
"dlId": 0,
"studentId": "string",
"status": 0,
"schoolId": 0,
"majorId": 0,
"allStatus": 0,
"singleStatus": 0,
"educational": "string",
"livingCity": "string",
"thesisStatus": 0,
"diplomaPhotoStatus": 0,
"diplomaPhotoUrl": "string",
"qualifiedStatus": 0,
"fee": 0,
"sysUserId": "string",
"recordTime": "string"
}'
{}