WXL
2025-01-15 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b
src/api/smartor/ivrscenecategory.js
@@ -29,8 +29,8 @@
// 修改AI服务场景管理分类
export function updateIvrscenecategory(data) {
  return request({
    url: '/smartor/ivrscenecategory',
    method: 'put',
    url: '/smartor/ivrscenecategory/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除AI服务场景管理分类
export function delIvrscenecategory(scenecatid) {
  return request({
    url: '/smartor/ivrscenecategory/' + scenecatid,
    method: 'delete'
    url: '/smartor/ivrscenecategory/remove/' + scenecatid,
    method: 'get'
  })
}