yaowanxin
2025-07-08 2e63fa87e9872a74b6ebb3b0369d9d3c84dae1ba
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
  })
}