gaoluyang
2025-03-29 82b5ee1619bdef1185e26e28ef7edbe561a1a817
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
  })
}