feat: 考试排行榜联调
This commit is contained in:
@@ -60,4 +60,13 @@ export const publishCrsEvaluation = (data) => {
|
||||
};
|
||||
|
||||
|
||||
// 考试排行榜/traexam/traCrsPapers/queryTraCrsRankingList
|
||||
export const queryTraCrsRankingList = (data) => {
|
||||
return request({
|
||||
url: '/traexam/traCrsPapers/queryTraCrsRankingList',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user