新闻分类
GET
/categories
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/categories'
返回响应
🟢200成功
application/json
Body
array of:
code
string
分类代码
title
enum<string>
分类名称
枚举值:
LatestWorldBusinessSportsLifeEducation
示例
[
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
},
{
"code": "string",
"title": "Latest"
}
]
修改于 2022-06-15 00:33:59