{
"privateKey": "xxxxx",
"chapterExamBasic": [
{
"classCode": 1290,
"studentName": "张静",
"phone": "17721166469",
"identity": "xxxxx",
"chapterCode": 1761,
"examTime":60,
"examList": [
{
"startTime": 1654928555000,
"endTime": 1654929519000,
"ip": "114.95.35.81"
}
],
"logiTime": 16,
"activityList": [{
"activityDetection":1,
"activityTime":1
}]
}]
}
curl --location --request POST 'https://api.shzypxy.com/import/downstream/enterprise/uploadChapterBehavior' \
--header 'Content-Type: application/json' \
--data-raw '{
"privateKey": "xxxxx",
"chapterExamBasic": [
{
"classCode": 1290,
"studentName": "张静",
"phone": "17721166469",
"identity": "xxxxx",
"chapterCode": 1761,
"examTime":60,
"examList": [
{
"startTime": 1654928555000,
"endTime": 1654929519000,
"ip": "114.95.35.81"
}
],
"logiTime": 16,
"activityList": [{
"activityDetection":1,
"activityTime":1
}]
}]
}'
{
"c": 0,
"msg": "string",
"ctt": [
"string"
]
}