import request from "@/utils/request"; export function cradToStudentInfo(data) { return request.post('machine/student/cardToInfo', data) }