riku
2024-11-19 71030e1f80635b7332136a488bc2cc8bd36fc04c
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);
    },
}