WXL
7 天以前 5a8e93d1e48ed5c7d2e7e4c6db03ccb32a631aaa
src/api/smartor/ivrflownodebranch.js
@@ -29,8 +29,8 @@
// 修改AI外呼流程节点分支
export function updateIvrflownodebranch(data) {
  return request({
    url: '/smartor/ivrflownodebranch',
    method: 'put',
    url: '/smartor/ivrflownodebranch/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除AI外呼流程节点分支
export function delIvrflownodebranch(branchid) {
  return request({
    url: '/smartor/ivrflownodebranch/' + branchid,
    method: 'delete'
    url: '/smartor/ivrflownodebranch/remove/' + branchid,
    method: 'get'
  })
}