简要描述:

  • 提交申请成为安装师傅

请求域名:

  • http://xx.com

请求URL:

plugin.live-install.frontend.worker-list.destroy

参数:

参数名 是否必须 类型 说明
ids array 师傅id数组

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "删除成功",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "具体错误原因",
    "data": {}
}