gaoluyang
2025-03-17 16adfbe5466e10a23eaa5b32e91eaac69f06a452
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
  })
}