feat: 考试排行榜联调

This commit is contained in:
杨航
2025-08-26 14:55:09 +08:00
parent fed72ae95e
commit 01f070960a
5 changed files with 57 additions and 29 deletions
+9
View File
@@ -60,4 +60,13 @@ export const publishCrsEvaluation = (data) => {
};
// 考试排行榜/traexam/traCrsPapers/queryTraCrsRankingList
export const queryTraCrsRankingList = (data) => {
return request({
url: '/traexam/traCrsPapers/queryTraCrsRankingList',
method: 'post',
data
});
};