riku
2025-09-18 c1d2051abc8ca88cd07f0d7c56c0dbf8165d5c33
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);
    },
}