yaowanxin
2025-07-19 9334a78e7a7d06e3fd0fc2feff9aa5d646df27f7
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
  })
}