{
"classId": 14041,
"mediaType": 1,
"title": "高考数学第三讲",
"description": "张老师开课的高考数学第三讲",
"classStart": 1572573600,
"classEnd": 1572576300,
"speaker": "0_12345",
"assistant": "0_23456",
"listener": "1_34567|1_34568|1_34569",
"groupIds":"[111,222,333]"
}
curl --location --request POST 'https://www.plaso.cn/dataentry/liveclass/editByGroup' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": 14041,
"mediaType": 1,
"title": "高考数学第三讲",
"description": "张老师开课的高考数学第三讲",
"classStart": 1572573600,
"classEnd": 1572576300,
"speaker": "0_12345",
"assistant": "0_23456",
"listener": "1_34567|1_34568|1_34569",
"groupIds":"[111,222,333]"
}'
{
"msg": "remote call success",
"code": 0,
"reqId": "1700484994276_0.6632804839488871",
"reqTime": 1700484994276,
"execTime": 92
}