riku
2025-09-02 92610ba4eedbc06062240c2f2967b7e1f691797e
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);
    },
}