用户实拍相关行业
开发中
GET
https://api.chasing.com/information/shots_about_industry
请求参数
无
示例代码
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/information/shots_about_industry'
返回响应
🟢200成功
application/json
Body
data
array [object {2}]
必需
id
integer
行业id
shot_industry
string
行业名称
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 10,
"shot_industry": "水利水电"
},
{
"id": 8,
"shot_industry": "科考探索"
},
{
"id": 7,
"shot_industry": "船体检测"
},
{
"id": 6,
"shot_industry": "渔业养殖"
}
],
"lang_code": "en"
}
修改于 2023-11-24 11:03:43