17 lines
229 B
JSON
17 lines
229 B
JSON
{
|
|
"next_id": 3,
|
|
"students": [
|
|
{
|
|
"id": 1,
|
|
"name": "liujie",
|
|
"age": "15",
|
|
"phone": "136"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "yunguangxiang",
|
|
"age": "19",
|
|
"phone": "134"
|
|
}
|
|
]
|
|
} |