From 76c30727c77065c808b1c0fb3146080e423e5fe6 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 27 六月 2024 09:45:30 +0800 Subject: [PATCH] 测试完成 --- src/api/smartor/ivrtask.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/smartor/ivrtask.js b/src/api/smartor/ivrtask.js index e82cdb6..03215c1 100644 --- a/src/api/smartor/ivrtask.js +++ b/src/api/smartor/ivrtask.js @@ -29,8 +29,8 @@ // 淇敼璇煶浠诲姟 export function updateIvrtask(data) { return request({ - url: '/smartor/ivrtask', - method: 'put', + url: '/smartor/ivrtask/edit', + method: 'post', data: data }) } @@ -38,7 +38,7 @@ // 鍒犻櫎璇煶浠诲姟 export function delIvrtask(taskid) { return request({ - url: '/smartor/ivrtask/' + taskid, - method: 'delete' + url: '/smartor/ivrtask/remove/' + taskid, + method: 'get' }) } -- Gitblit v1.9.3