[TOC]
## 服務器列表
~~~[api]
post:/webserver/list
*int:page=1#頁碼
*int:limit=5#每頁展示
<<<
success
~~~
## 信息
~~~[api]
post:/webserver/info
*int:id=1#ID
<<<
success
~~~
## 添加
~~~[api]
post:/webserver/add
*string:domain=域名#域名
*int:max=100 #最大部署數量
*string:ip= #IP
*string:username= 用戶名#用戶名
*string:password= 密碼#密碼
string:remark= 備注#備注
<<<
success
~~~
## 編輯
~~~[api]
post:/webserver/edit
*int:id=1#ID
*string:domain=域名#域名
*int:max=100 #最大部署數量
*string:ip= #IP
*string:username= 用戶名#用戶名
*string:password= 密碼#密碼
string:remark= 備注#備注
<<<
success
~~~