# 行业类型列表

POST https://{BASE_URL}?service=getIndustryList

# 返回结构

{
  "code": "0000",
  "message": "SUCCESS",
  "data": [
    {
      "id": "1",
      "pid": "0",
      "industry_type_name": "不限",
      "children": []
    },
    {
      "id": "2",
      "pid": "0",
      "industry_type_name": "硬件|通信|电子",
      "children": [
        {
          "id": "17",
          "pid": "2",
          "industry_type_name": "计算机硬件",
          "children": []
        }
      ]
    }
  ]
}

# 返回结果参数说明

参数名 参数说明 长度和属性 备注
id 行业类型ID string
industry_type_name 行业类型名称 string
上次更新: 2025/9/26 下午2:02:21