描述

  • 查询单位行业主管部门字典接口

    请求地址

    /api/v1/dict/unit/industry-dept/list

请求方式

  • GET

    参数

  • 返回示例

    1. {
    2. "msg": "success",
    3. "code": 200,
    4. "data": [
    5. {
    6. "key": "industryDept",
    7. "id": 957,
    8. "text": "教育部门"
    9. },
    10. ...
    11. ]
    12. }