{
"privateKey": "xxxxx",
"classHourBasic": [
{
"classCode":"xx",
"studentName": "张蕊",
"phone": "18595579101",
"identity": "xxxxx",
"activityList": [{
"activityDetection":1,
"activityTime":1
}],
"loginList": [
{
"startTime": 1658714032752,
"endTime": 1658714033649,
"chapterList": [{
"startTime": 1658714032752,
"endTime": 1658714033649,
}
],
"ip": "1.199.36.159"
}
]
}
]
}
curl --location --request POST 'https://api.shzypxy.com/import/downstream/enterprise/uploadClassHourBehavior' \
--header 'Content-Type: application/json' \
--data-raw '{
"privateKey": "xxxxx",
"classHourBasic": [
{
"classCode":"xx",
"studentName": "张蕊",
"phone": "18595579101",
"identity": "xxxxx",
"activityList": [{
"activityDetection":1,
"activityTime":1
}],
"loginList": [
{
"startTime": 1658714032752,
"endTime": 1658714033649,
"chapterList": [{
"startTime": 1658714032752,
"endTime": 1658714033649,
}
],
"ip": "1.199.36.159"
}
]
}
]
}'
{
"c": 0,
"msg": "string",
"ctt": [
"string"
]
}