# 围栏检索操作
```
{
"op": "sp_QueryEnclosure",
"params": [{"name":"星"},10,1]
}
1){围栏名称},Size,Page
```
```
success
{
"msg": "",
"record_count": 1,
"rc": 0,
"data": [
{
"name": "asd123",
"poly": "asda2222234444444",
"imei": "asd11",
"schoolIdx": 1
}
],
"page_count": 1
}
```
```
error
{
"rc": 3,
"msg": "参数错误",
}
```