企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取组织身份列表 ~~~[api] get:/v1/useridentity/listType *access_open_id# <<< success { "code": 0, "msg": "ok", "data": [ { "id": 2003, "title": "岗位", "parent_id": 0, "type": 1, "child": [ { "id": 2006, "title": "岗位2", "parent_id": 2003, "type": 2, "child": [] } ] }, { "id": 2004, "title": "岗位2", "parent_id": 0, "type": 1, "child": [] } ] } <<< error ~~~