pet.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [
  2. {
  3. "id": 1,
  4. "name": "旺财",
  5. "gender": "公",
  6. "breed": "金毛寻回犬",
  7. "age": "3岁",
  8. "weight": "30",
  9. "ownerName": "张先生",
  10. "ownerPhone": "13800138000",
  11. "health": "健康",
  12. "vaccine": "已接种 (3/3)",
  13. "neutered": "已绝育",
  14. "personality": "活泼好动,喜欢球类玩具",
  15. "note": "喜欢在草地上奔跑",
  16. "avatar": "https://images.unsplash.com/photo-1552053831-71594a27632d?q=80&w=400&auto=format&fit=crop"
  17. },
  18. {
  19. "id": 2,
  20. "name": "团团",
  21. "gender": "母",
  22. "breed": "布偶猫",
  23. "age": "1.5岁",
  24. "weight": "5",
  25. "ownerName": "李小姐",
  26. "ownerPhone": "13911223344",
  27. "health": "健康",
  28. "vaccine": "已完成接种",
  29. "neutered": "未绝育",
  30. "personality": "粘人,不爱叫",
  31. "note": "是一个安静的小公举",
  32. "avatar": "https://images.unsplash.com/photo-1533738363-b7f9aef128ce?q=80&w=400&auto=format&fit=crop"
  33. },
  34. {
  35. "id": 3,
  36. "name": "二哈",
  37. "gender": "公",
  38. "breed": "西伯利亚雪橇犬",
  39. "age": "2岁",
  40. "weight": "25",
  41. "ownerName": "赵先生",
  42. "ownerPhone": "13700001111",
  43. "health": "健康",
  44. "vaccine": "正在接种中",
  45. "neutered": "已绝育",
  46. "personality": "精力旺盛,调皮",
  47. "note": "拆家小能手,需多运动",
  48. "avatar": "https://images.unsplash.com/photo-1533238691181-a110de9bd171?q=80&w=400&auto=format&fit=crop"
  49. }
  50. ]