luohairen
2024-11-11 517ada59580a84035d2373034f7b77c0bdf044c5
1
2
3
4
5
import service from "@/api";
 
export const page = (data) => {
    return service.post('/api/student/wrong/page',data);
}