💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[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 ~~~