Authorization: Bearer ********************
{
"realName": "白龙1",
"majorId": 5,
"gradeId": 1,
"academyId": 2,
"description": "我不知道将去何方,但我已在路上。我们会在原来的世界相遇吗,会的一定会,重要的人就算走到哪里都不会忘记。千万不可以丢失自我",
"perImg": "http://127.0.0.1:8999/studio/static/40da8d90-a992-4586-bd76-0ddf30253a1a.jpg",
"studentExtra": {
"directionType": "就业",
"directionName": "杭州玳数科技有限公司",
"logoImg": "https://pictured-bed.oss-cn-beijing.aliyuncs.com/img/image-20240714013133742.png"
},
"teacherExtra": {
"teacherMainHref": "https://www.baidu.com/"
}
}
curl --location --request POST 'http://localhost:8999/api/own/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"realName": "白龙1",
"majorId": 5,
"gradeId": 1,
"academyId": 2,
"description": "我不知道将去何方,但我已在路上。我们会在原来的世界相遇吗,会的一定会,重要的人就算走到哪里都不会忘记。千万不可以丢失自我",
"perImg": "http://127.0.0.1:8999/studio/static/40da8d90-a992-4586-bd76-0ddf30253a1a.jpg",
"studentExtra": {
"directionType": "就业",
"directionName": "杭州玳数科技有限公司",
"logoImg": "https://pictured-bed.oss-cn-beijing.aliyuncs.com/img/image-20240714013133742.png"
},
"teacherExtra": {
"teacherMainHref": "https://www.baidu.com/"
}
}'
{
"code": 200,
"msg": "更新成功"
}