spring
2025-03-26 1997d52296ee89f4b7833c19e2e37ea2b5408e22
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
  })
}