获取行业应用的行业列表
开发中
GET
https://api.chasing.com/industry_item/item_list
请求参数
无
示例代码
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.com/industry_item/item_list'
返回响应
🟢200成功
application/json
Body
data
array [object {4}]
必需
id
integer
行业ID
text
string
行业名称
goods_id
string
该行业关联机器
access_id
string
该行业关联配件
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 1,
"text": "Safety Inspection",
"goods_id": "[1,2,8]",
"access_id": "[58,57,56]"
},
{
"id": 2,
"text": "test industry 22",
"goods_id": "0",
"access_id": "0"
},
{
"id": 3,
"text": "Aquaculture",
"goods_id": "[4]",
"access_id": "[13,11]"
},
{
"id": 4,
"text": "Emergency Rescue",
"goods_id": "[5]",
"access_id": "[15,11,21,19]"
},
{
"id": 5,
"text": "ewrtry",
"goods_id": "[5,6,8]",
"access_id": "[17,21,32]"
}
],
"lang_code": "zh"
}
修改于 2023-11-20 09:58:33