请求URL:

setting.media.batchDelete

参数:

参数名 是否必须 类型 说明
ids 可选 array 资源id
tags 可选 array 分组id
date 可选 string all year half_year three_month month
source_type 必选 int 资源类型

返回示例:

正确时返回:

{
    "result":1,
    "msg":"成功",
    
}

错误时返回:

 {
     result: 0,
     msg: ""
}