创建收藏
POST
/create_collection
请求参数
Body 参数application/json
rawData
string
内容
brief
string
标题
示例
{
"rawData": "http://localhost:2017/",
"brief": "123"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/create_collection' \
--header 'Content-Type: application/json' \
--data-raw '{
"rawData": "http://localhost:2017/",
"brief": "123"
}'
返回响应
🟢200成功
application/json
Body
status
enum<string>
必需
枚举值:
ok
retcode
number
必需
data
object
必需
result
number
必需
errMsg
string
必需
message
string
必需
wording
string
必需
echo
string | null
必需
示例
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}
修改于 2024-10-28 13:02:14