18 lines
317 B
JSON
18 lines
317 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"name": "Admin",
|
|
"phone": "13800138000",
|
|
"password": "123456",
|
|
"role": "admin",
|
|
"createTime": "2024-01-01"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "Collector Wang",
|
|
"phone": "18698102228",
|
|
"password": "123456",
|
|
"role": "collector",
|
|
"createTime": "2024-01-15"
|
|
}
|
|
] |