# 脚本列表

## 申请

| 模式  | URL                                                                                                                                                                        |
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET | [http://scripts?page=1\&limit=10](http://scripts/?page=1\&limit=10)[&#xD;](http://127.0.0.1:5555/change-status)[&#xD;](http://127.0.0.1:5555/profileList?page=1\&limit=10) |

| 参数    | 价值 | 描述      |
| ----- | -- | ------- |
| page  | 1  | 分页的页数   |
| limit | 10 | 显示的资料数量 |

## 申请示例

| 模式  | URL                                                                                                                                                    |
| --- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| GET | <http://127.0.0.1:5555/scripts?page=1&limit=10>[&#xD;](http://127.0.0.1:5555/change-status)[&#xD;](http://127.0.0.1:5555/profileList?page=1\&limit=10) |

## 响应

```
"data": {
        "type": "success",
        "title": "Request successfully.",
        "content": [
                //content information 
                ]
        }
```
