头部-保存
开发中
POST
https://api.chasing.comindustry/head_save
请求参数
Body 参数application/json
file
string
文件uri
title
string
标题
country
string
国家 (手动输入)
industry_id
string
行业id
示例
{
"file": "string",
"title": "string",
"country": "string",
"industry_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.chasing.comindustry/head_save' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string",
"title": "string",
"country": "string",
"industry_id": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "1"
}
}
修改于 2024-11-19 08:38:15