gaoluyang
2025-03-24 507758a194875ac5cd2a5d5f46267a805fc22b8b
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
  })
}