发布视频
POST
/api/system/resume/submit/
请求参数
Header 参数
User-Id
string
必需
示例值:
11
Body 参数application/json
name
string
简历描述
label
string
标签
type
string
必需
video_type
string
必需
area_id
string
地区id
profession_id
string
专业id
video_url
array[string]
必需
示例
{
"name": "1",
"label": "2",
"type": "2",
"area_id": "11",
"profession_id": "0201",
"file": ["222","2222"]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/system/resume/submit/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1",
"label": "2",
"type": "2",
"area_id": "11",
"profession_id": "0201",
"file": ["222","2222"]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-01-17 13:31:54