liusheng
2024-06-21 ecda68f9ffbd4e0f01d3939550906f670b1e0482
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTaskSingleController.java
@@ -98,15 +98,6 @@
    }
    /**
     * 任务的发送执行、暂停、终止
     */
    @ApiOperation("任务的发送执行、暂停、终止")
    @PostMapping("/taskSend")
    public AjaxResult taskSend(@RequestBody SendTaskVO sendTaskVO) {
        return toAjax(ivrTaskcallService.heTaskSend(sendTaskVO));
    }
    /**
     * 电话回调任务(上海)
     */
    @ApiOperation("电话回调任务")