riku
2024-11-20 bf333d499b438a1aee43239ae35aac628c438a32
1
2
3
4
5
6
7
import { $fysp } from '../index';
 
export default {
    dailyreport(data) {
        return $fysp.post(`search/dailyreport`, data).then((res) => res.data);
    },
}