WXL
2025-03-20 ffb5cf79a2d5d7603cb97e79bd04f598eceb0352
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'
  })
}