send-file-stop 接口
停止文件上传。
请求方式
GET http://ip/usapi?method=send-file-stop
参数 | 说明 |
---|---|
method | 方法名称:send-file-stop |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态。 0:操作成功, 返回其它值请参考 API 状态码 |
停止文件上传。
GET http://ip/usapi?method=send-file-stop
参数 | 说明 |
---|---|
method | 方法名称:send-file-stop |
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态。 0:操作成功, 返回其它值请参考 API 状态码 |