gaoluyang
2025-03-20 e583f5ca6f6c7845ef4d55ff4db13214dacbe059
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
  })
}