chengjie 4 months ago
parent
commit
582967336a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/mps/mpsCommonController.js

+ 1 - 1
src/api/mps/mpsCommonController.js

@@ -389,7 +389,7 @@ export async function GetMPSNotice(ctx) {
389
         // result.Content=content[rand];
389
         // result.Content=content[rand];
390
 
390
 
391
         const content=[
391
         const content=[
392
-            "2025年上海中考各区名额到区、名额到校分数线,正在收集整理中。敬请期待!",
392
+            "2025年上海中考各区名额到区数据输入完成。名额到校分数线正在收集整理中。敬请期待!",
393
         ];
393
         ];
394
         result.Content=content[0];
394
         result.Content=content[0];
395
     }
395
     }