fix(osi): 校准机构查询请求契约
This commit is contained in:
@@ -162,11 +162,12 @@ GET /api/dictionaries/orgs
|
||||
|
||||
| 参数 | 必填 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| `organizCode` | 否 | 机构编码 |
|
||||
| `parentId` | 否 | 上级机构 ID/编码 |
|
||||
| `organizCode` | 否 | 机构编码;HTTP 未传时仍会向 OSI 显式上送空字符串 |
|
||||
| `parentId` | 否 | 上级机构 ID/编码;HTTP 未传时仍会向 OSI 显式上送空字符串 |
|
||||
|
||||
- 上游:`CXJG00002` `/auto/cxjg/query`
|
||||
- 返回:`data` 为**数组**(机构主数据,含 `organizCode`、`organizName`、`organizType`、`parentId` 等)
|
||||
- 返回:`data` 为**数组**(机构主数据,含 `organizCode`、`organizName`、`organizType`、`parentId`、`regionCode` 等);`regionCode` 可能为 null
|
||||
- OSI 要求 `organizCode` 和 `parentId` 两个 `baseInfo` key 都存在,值可为空;本服务已保证该行为
|
||||
|
||||
### 10. 查询老年人生活自理能力评估
|
||||
|
||||
|
||||
Reference in New Issue
Block a user