行业应用-列表
开发中
GET
https://api.chasing.comindustry/index
请求参数
无
示例代码
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.comindustry/index'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {2}]
必需
name
string
行业名称
id
integer
行业id
示例
{
"code": 200,
"msg": "请求成功",
"data": [
{
"name": "Aquaculture",
"id": 1
},
{
"name": "Emergency Rescue",
"id": 2
},
{
"name": "Hull Inspection ",
"id": 3
},
{
"name": "Water Conservancy and Hydropower ",
"id": 4
},
{
"name": "Scientific Exploration",
"id": 5
},
{
"name": "Water Environment Protection",
"id": 6
}
]
}
修改于 2024-11-19 08:05:35