分类-列表
开发中
GET
https://api.chasing.comblog_type/index
请求参数
Query 参数
page
string
可选
limit
string
可选
title
string
标题
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comblog_type/index?page&limit&title'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {2}]
必需
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 1,
"title": "是是是"
},
{
"id": 2,
"title": "我是标题22222"
}
]
}
}
修改于 2024-11-19 09:55:06