You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhishifufei_uniapp/api/learning.js

33 lines
837 B

import http from "@/utils/request";
export function getLearningData(params){
return http.get("/clearance/grade_index", params)
}
export function clearanceSubject(params){
return http.get("/clearance/clearanceSubject", params)
}
export function clearanceSubjectChapter(params){
return http.get("/clearance/clearanceSubjectChapter", params)
}
export function specialTestPaper(params){
return http.get("/Topic/specialTestPaper", params)
}
export function getDateRecordList(params){
return http.get("/clearance/clockInRecord", params)
}
export function reciteClock(params){
return http.get("/clearance/recite", params)
}
export function changeCategory(params){
return http.get("/clearance/study", params)
}
export function getMonthRecord(params){
return http.get("/clearance/getMonthRecord", params)
}