Li 2 rokov pred
rodič
commit
96cbfd1dce

+ 7 - 2
TEAMModelBI/Controllers/BISchool/SchoolController.cs

@@ -171,7 +171,12 @@ namespace TEAMModelBI.Controllers.BISchool
                 return BadRequest();
             }
         }
-        
+
+        /// <summary>
+        /// 查询未加入区域的学校 国际站接口尝试
+        /// </summary>
+        /// <param name="jsonElement"></param>
+        /// <returns></returns>
         [ProducesDefaultResponseType]
         [HttpPost("get-nojoinsc")]
         public async Task<IActionResult> GetNoJoinAreaSc(JsonElement jsonElement)
@@ -241,7 +246,7 @@ namespace TEAMModelBI.Controllers.BISchool
             }
             catch (Exception ex)
             {
-                await _dingDing.SendBotMsg($"BI,{_option.Location}  /schoolcheck/get-notarea   \n    {ex.Message}\n{ex.StackTrace}", GroupNames.成都开发測試群組);
+                await _dingDing.SendBotMsg($"BI,{_option.Location}  /schoolcheck/get-nojoinsc   \n    {ex.Message}\n{ex.StackTrace}", GroupNames.成都开发測試群組);
                 return BadRequest();
             }
         }