更新
开发中
POST
https://api.chasing.comtdk/update
请求参数
Body 参数application/json
title
string
必需
seo_key
string
必需
seo_desc
string
必需
route
string
必需
id
string
必需
示例
{
"title": "string",
"seo_key": "string",
"seo_desc": "string",
"route": "string",
"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.comtdk/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"seo_key": "string",
"seo_desc": "string",
"route": "string",
"id": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 1
}
}
修改于 2024-11-19 06:57:40