访客增加
开发中
POST
/api/index/visit
请求参数
Header 参数
token
string
可选
示例值:
{{apiToken}}
Body 参数application/json
terminal
integer
必需
示例
{
"terminal": 1
}
示例代码
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/index/visit' \
--header 'token: {{apiToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"terminal": 1
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
writeCategory
array [array]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"writeCategory": [
[
{
"id": 13,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 12,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 11,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 10,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 9,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 8,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 7,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 6,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 5,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 4,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
}
],
[
{
"id": 3,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 2,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
},
{
"id": 1,
"image": "https://aa.png",
"title": "我是类目",
"intro": "这是简介",
"gen_count": 0
}
]
]
}
}
修改于 2023-12-05 10:46:17