{
"key": "333",
"userId":"0_19035",
"pageStart": 0,
"pageSize": 10
}
curl --location --request POST 'https://www.plaso.cn/dataentry/group/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "333",
"userId":"0_19035",
"pageStart": 0,
"pageSize": 10
}'
{
"code": 0,
"obj": {
"total": 1,
"list": [
{
"id": 1003101448,
"groupName": "0_1703181的班级1",
"teacherId": "0_1703181",
"groupRemarks": "API生成班级",
"createAt": "2023-11-09 09:54:57",
"activeBegin": "2023-11-09",
"activeEnd": "2023-11-09",
"sCount": 1,
"serviceFlag": 1
}
]
},
"reqId": "1699511448896_0.5482936645362815",
"reqTime": 1699511448896,
"execTime": 16
}