mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"data": [{
|
|
"name": "胡彦斌ajax",
|
|
"age": 32,
|
|
"address": "西湖区湖底公园1号"
|
|
}, {
|
|
"name": "胡彦祖ajax",
|
|
"age": 42,
|
|
"address": "西湖区湖底公园1号"
|
|
}, {
|
|
"name": "李大嘴ajax",
|
|
"age": 32,
|
|
"address": "西湖区湖底公园1号"
|
|
}],
|
|
totalCount: 35,
|
|
pageSize: 10,
|
|
currentPage: 1
|
|
}
|