elastic-data-test

main-controller.http 553B

12345678910111213141516171819202122232425262728293031323334
  1. POST http://{{host}}/query-unit-agency
  2. Content-Type: application/json
  3. {
  4. "agencyPath": "/1",
  5. "keyword": "",
  6. "page": 1,
  7. "size": 10,
  8. "regulatoryLevelId": "",
  9. "property": "",
  10. "classify": "",
  11. "agencyAttributeClassId": "",
  12. "unitTypeId": ""
  13. }
  14. ### unitId 信息
  15. POST http://{{host}}/test/query-unit-agency
  16. Content-Type: application/json
  17. {
  18. "agencyPath": "/1",
  19. "keyword": "",
  20. "page": 1,
  21. "size": 10,
  22. "regulatoryLevelId": "",
  23. "property": "",
  24. "classify": "",
  25. "agencyAttributeClassId": "",
  26. "unitTypeId": ""
  27. }
  28. ### 详情信息