帮我生成八条这样的JSON数据要求符合实际,对应关系 name:人名不要张三李四这种,account:手机号,statusValue:正常/锁定选一个,id:随机八位数ID
时间: 2024-06-10 20:04:48 浏览: 159
好的,我可以帮您生成这八条JSON数据,如下所示:
```json
{
"id": "34588922",
"name": "陆小雨",
"account": "18612345678",
"statusValue": "正常"
}
{
"id": "84579147",
"name": "王梦露",
"account": "13787654321",
"statusValue": "锁定"
}
{
"id": "73628814",
"name": "张晓雯",
"account": "13987654321",
"statusValue": "正常"
}
{
"id": "56902398",
"name": "王爽",
"account": "15098765432",
"statusValue": "锁定"
}
{
"id": "29034773",
"name": "刘婉婷",
"account": "13987654322",
"statusValue": "正常"
}
{
"id": "47812590",
"name": "杨雪",
"account": "15278906543",
"statusValue": "锁定"
}
{
"id": "68321479",
"name": "刘雪婷",
"account": "13978654321",
"statusValue": "正常"
}
{
"id": "94326781",
"name": "何晓琳",
"account": "15987654321",
"statusValue": "锁定"
}
```
希望这些数据可以满足您的要求。如果您需要更多的帮助,请随时告诉我。
阅读全文