import service from "@/api"; export const list = (data) => { return service.post('/api/student/wrong/list',data); }