import request from '@/utils/request' export function getById(data) { return request({ url: 'api/dhAddCarCatch/getById', method: 'post', data }) }