feiyu02
2025-09-17 b330e57051e54789eb83d10dc58c4d9d10c608e1
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);
    },
}