chenrui
2025-03-03 762b9c1c7f6806d8787741aaac79d17df2d198b8
src/api/system/customer.js
@@ -28,7 +28,7 @@
export function delCustomById(query) {
  return request({
    url: '/system/custom/delCustomById',
    method: 'post',
    method: 'delete',
    params: query
  })
}