WXL
2025-01-15 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b
src/api/smartor/hecategory.js
@@ -29,8 +29,8 @@
// 修改宣教分类
export function updateHecategory(data) {
  return request({
    url: '/smartor/hecategory',
    method: 'put',
    url: '/smartor/hecategory/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除宣教分类
export function delHecategory(id) {
  return request({
    url: '/smartor/hecategory/' + id,
    method: 'delete'
    url: '/smartor/hecategory/remove/' + id,
    method: 'get'
  })
}