import { $fysp } from '../index'; export default { dailyreport(data) { return $fysp.post(`search/dailyreport`, data).then((res) => res.data); }, }