From 571e12ca122d12f20689e3040a0f368ef1ae8850 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 26 七月 2024 11:16:08 +0800 Subject: [PATCH] 1 --- src/api/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 9f6ac7e..cff73ae 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -272,7 +272,7 @@ }); }; -// 瀛︽湳娴佹淳 +// 瀛︽湳鍥捐氨 export const getDynastyStatistics = () => { return req1({ url: "/school/dynasty/statistics", @@ -310,7 +310,7 @@ }); }; -// 鏌ヨ浜虹墿瀛︽湳娴佹淳 +// 鏌ヨ浜虹墿瀛︽湳鍥捐氨 export const getSchoolInfo = (id) => { return req1({ url: "/person/chain/search/school?schoolId=" + id + "&maxStep=3", -- Gitblit v1.9.1