{
"scoreUrl": "https://ek02.oss-cn-qingdao.aliyuncs.com/CMP_20231027220455356.jpg,http://oss.lcsxs.com/1698415496623CMP_20231027220455521.jpg,http://oss.lcsxs.com/1698415496769CMP_20231027220455607.jpg,http://oss.lcsxs.com/1698415496867CMP_20231027220455721.jpg",
"scoreSkill": "98.0",
"id": 4805
}
curl --location --request POST 'localhost:8077/temp/api/skill/scoreEntry' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"scoreUrl": "https://ek02.oss-cn-qingdao.aliyuncs.com/CMP_20231027220455356.jpg,http://oss.lcsxs.com/1698415496623CMP_20231027220455521.jpg,http://oss.lcsxs.com/1698415496769CMP_20231027220455607.jpg,http://oss.lcsxs.com/1698415496867CMP_20231027220455721.jpg",
"scoreSkill": "98.0",
"id": 4805
}'
{
"code": 0,
"errorCode": 0,
"message": "string",
"result": "string",
"success": true
}