hcong
2024-11-26 f87d3c33c8a0444e540a89f342e8dfbca5c61c61
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);
    },
}