9.3 进件行业列表
简要描述:
- 在发起进件时,需要动态获取行业列表。需要根据公司实际情况选择确定行业。
请求URL:
- /register/type/list
请求方式:
- GET
参数:无
参数 | 类型 | 是否必须 | 说明 |
---|---|---|---|
industryType | string | 是 | 行业标识 |
name | string | 是 | 行业名称 |
返回结果示例(该接口返回值不会分页)
成功示例 HTTP CODE 200
[
{
"industryType": "0",
"name": "信息技术",
},
{
"industryType": "1",
"name": "共享出行",
}
]
失败示例 HTTP CODE 400
{
"error": "BadRequest",
"message": "参数错误"
}
1: