首页数据
开发中
GET
/api/index/index
请求参数
Header 参数
token
string
可选
示例值:
{{apiToken}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/index/index' \
--header 'token: {{apiToken}}'
返回响应
🟢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
}
]
]
}
}
修改于 2025-02-27 10:18:22