navs.json 532 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "title":"10",
  3. "msg":"ok",
  4. "status":1,
  5. "data":[
  6. {
  7. "title": "推送1",
  8. "dog": "",
  9. "id":14,
  10. "href": "1111",
  11. "spread": "㎡",
  12. "type":"city"
  13. },
  14. {
  15. "title": "推送2",
  16. "dog": "=111",
  17. "id":15,
  18. "href": "1111",
  19. "spread": "㎡",
  20. "type":"city"
  21. },
  22. {
  23. "title": "名字",
  24. "dog": "",
  25. "id":16,
  26. "href": "1111",
  27. "spread": "㎡",
  28. "type":"city"
  29. },
  30. {
  31. "title": "㎡",
  32. "dog": "222",
  33. "id":17,
  34. "href": "1111",
  35. "spread": "㎡",
  36. "type":"city"
  37. }
  38. ]
  39. }