```JSON { "page": 1, //当前页码 "limit": 10, //每页记录数 "sidx": "id", //排序字段 "order": "asc/desc", //排序方式 "key": "华为" //检索关键字 } ```