{ "id": 0, "candidateName": "string", "phone": "string", "source": 0, "fileUrl": [ { "fileUrl": "string", "fileName": "string", "fileSize": "string", "fileUploadTime": "string", "fileId": "string" } ], "pushNotes": "string", "recruitDemandId": 0, "userId": 0, "inviter": "string", "interviewer": "string" }
curl --location --request POST '/candidate-circulation/editData' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "candidateName": "string", "phone": "string", "source": 0, "fileUrl": [ { "fileUrl": "string", "fileName": "string", "fileSize": "string", "fileUploadTime": "string", "fileId": "string" } ], "pushNotes": "string", "recruitDemandId": 0, "userId": 0, "inviter": "string", "interviewer": "string" }'
{ "msg": "提交成功", "code": 200 }