{
"planGroupType": 0,
"subjectId": 922337203685477600,
"trainingTime": 0,
"result": 0,
"video": "string",
"trainingTargetRecordsList": [
{
"targetKey": "string",
"value": "string",
"photo": "string",
"status": 0
}
]
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/trainingUs/submitSubject' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"planGroupType": 0,
"subjectId": 922337203685477600,
"trainingTime": 0,
"result": 0,
"video": "string",
"trainingTargetRecordsList": [
{
"targetKey": "string",
"value": "string",
"photo": "string",
"status": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
},
"success": true
}