getAddressType 327 B

12345678910111213141516171819202122
  1. {
  2. "result": 1,
  3. "description": "",
  4. "dataList": [
  5. {
  6. "value": "学校",
  7. "label": "学校"
  8. },
  9. {
  10. "value": "公寓",
  11. "label": "公寓"
  12. },
  13. {
  14. "value": "工厂",
  15. "label": "工厂"
  16. },
  17. {
  18. "value": "其他",
  19. "label": "其他"
  20. }
  21. ]
  22. }