WXL
2025-01-09 07e07d6663c15f2ed6ba77ab3afe2aea7d0bcf1a
src/api/smartor/ivrextemplatescript.js
@@ -29,8 +29,8 @@
// 修改扩展话术模板库话术
export function updateIvrextemplatescript(data) {
  return request({
    url: '/smartor/ivrextemplatescript',
    method: 'put',
    url: '/smartor/ivrextemplatescript/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除扩展话术模板库话术
export function delIvrextemplatescript(DetailID) {
  return request({
    url: '/smartor/ivrextemplatescript/' + DetailID,
    method: 'delete'
    url: '/smartor/ivrextemplatescript/remove/' + DetailID,
    method: 'get'
  })
}