navs.json 426 B

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