{
"id": 922337203685477600,
"studentId": 922337203685477600,
"classId": 922337203685477600,
"teacherId": 922337203685477600,
"gmtModified": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/tempclassuser/update' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"studentId": 922337203685477600,
"classId": 922337203685477600,
"teacherId": 922337203685477600,
"gmtModified": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": {},
"success": true
}