简要描述:

  • 取消安装师傅申请

请求域名:

  • http://xx.com

请求URL:

plugin.live-install.frontend.worker-apply.cancelApply

参数:

参数名 是否必须 类型 说明
apply_id int 申请id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "取消成功",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "取消失败",
    "data": []
}