WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
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'
  })
}