elastic-data-test

main-controller.http 513B

1234567891011121314151617181920212223242526272829303132
  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. }
  13. ### unitId 信息
  14. POST http://{{host}}/test/query-unit-agency
  15. Content-Type: application/json
  16. {
  17. "agencyPath": "/1",
  18. "keyword": "",
  19. "page": 1,
  20. "size": 10,
  21. "regulatoryLevelId": "",
  22. "property": "",
  23. "classify": "",
  24. "agencyAttributeClassId": ""
  25. }
  26. ### 详情信息