使用fastmock模拟一个数组,数组里有10个对象,每个对象中有一个40×40的图片和文字,最好是二手车app相关的
时间: 2024-02-23 11:55:59 浏览: 152
好的,以下是使用fastmock模拟的一个包含10个对象的数组,每个对象包含一个40x40的二手车图片和相关的文字描述:
```json
{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"image": "https://img.fastmock.com/iasdas/123.jpg",
"text": "2019款 奔驰C级C 200 L 运动版 新车上市"
},
{
"id": 2,
"image": "https://img.fastmock.com/iasdas/456.jpg",
"text": "2018款 宝马5系 525Li 豪华型 个人车源"
},
{
"id": 3,
"image": "https://img.fastmock.com/iasdas/789.jpg",
"text": "2017款 奥迪A6L 30周年纪念版 低价急售"
},
{
"id": 4,
"image": "https://img.fastmock.com/iasdas/1234.jpg",
"text": "2016款 大众途观 1.8TSI 自动舒适版"
},
{
"id": 5,
"image": "https://img.fastmock.com/iasdas/5678.jpg",
"text": "2015款 丰田RAV4 2.0L CVT四驱版"
},
{
"id": 6,
"image": "https://img.fastmock.com/iasdas/9012.jpg",
"text": "2014款 别克君威 2.0L 自动豪华版"
},
{
"id": 7,
"image": "https://img.fastmock.com/iasdas/3456.jpg",
"text": "2013款 起亚K5 2.4L 自动GLS 超值优惠"
},
{
"id": 8,
"image": "https://img.fastmock.com/iasdas/7890.jpg",
"text": "2012款 雪佛兰迈锐宝 2.4L 自动豪华版"
},
{
"id": 9,
"image": "https://img.fastmock.com/iasdas/12345.jpg",
"text": "2011款 长安福特福克斯 1.8L 手动豪华版"
},
{
"id": 10,
"image": "https://img.fastmock.com/iasdas/67890.jpg",
"text": "2010款 本田思域 1.8L 自动豪华版 个人车源"
}
]
}
```
注意:以上数据仅为模拟数据,仅供参考,具体数据以实际为准。
阅读全文