curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/v2/running/ops/teacher' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"id": null,
"className": null,
"teacherId": "string",
"gmtCreate": null,
"gmtModified": null,
"teacherName": "string",
"teacherMobile": null,
"userCount": null
}
],
"success": true
}