luohairen
2024-11-07 84659b2d8d9c839903988b59905c6e6c338c5e71
1
2
3
4
5
import service from "@/api";
 
export const page = (postData = {examName: ''}) => {
    return service.post('/api/student/wrong/page',postData);
}