del-image 接口
删除图片。
请求方式
GET http://ip/usapi?method=del-image&id=1
| 参数 | 说明 |
|---|---|
| method | 方法名称:del-image |
| id | 图片 ID, 通过 get-images 获取 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |
删除图片。
GET http://ip/usapi?method=del-image&id=1
| 参数 | 说明 |
|---|---|
| method | 方法名称:del-image |
| id | 图片 ID, 通过 get-images 获取 |
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |