riku
2024-10-24 fab51ed95159ffb71d58030a0d9f303c36733add
1
2
3
4
5
6
7
import { $fysp } from '../index';
 
export default {
    checkProblem(data) {
        return $fysp.post(`search/dailyreport`, data).then((res) => res.data);
    },
}