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