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