riku
2025-03-28 cca8d423c4805665bbd48a47e4d9218b16d14ebb
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);
    },
}