send-file-enable-server 接口
首个新增服务器默认是启用状态,同一时间只支持向一个服务器上传文件。
请求方式
GET http://ip/usapi?method=send-file-enable-server&id=1&is-use=1
参数 | 说明 |
---|---|
method | 方法名称:send-file-enable-server |
id | 服务器 ID |
is-use | 启用状态 0: 禁用 1: 启用 |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0: 启用成功,返回其它值请参考 API 状态码 |