1234567891011121314151617181920212223242526272829303132 |
- POST http://{{host}}/query-unit-agency
- Content-Type: application/json
-
- {
- "agencyPath": "/1",
- "keyword": "",
- "page": 1,
- "size": 10,
- "regulatoryLevelId": "",
- "property": "",
- "classify": "",
- "agencyAttributeClassId": ""
- }
-
- ### unitId 信息
-
-
- POST http://{{host}}/test/query-unit-agency
- Content-Type: application/json
-
- {
- "agencyPath": "/1",
- "keyword": "",
- "page": 1,
- "size": 10,
- "regulatoryLevelId": "",
- "property": "",
- "classify": "",
- "agencyAttributeClassId": ""
- }
-
- ### 详情信息
|