hcong
2024-11-20 546d0771b90a399347d886c13e314bb6e5f76938
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);
    },
}