|
@@ -139,10 +139,12 @@ namespace TEAMModelOS.Controllers.Client
|
|
|
}
|
|
|
catch (CosmosException ex) when (ex.Status == 404)
|
|
|
{
|
|
|
+ await _dingDing.SendBotMsg($"更新课堂记录出错\n{ex.StackTrace}{ex.Message}", GroupNames.成都开发測試群組);
|
|
|
return BadRequest("课堂记录不存在");
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
+ await _dingDing.SendBotMsg($"更新课堂记录出错\n{ex.StackTrace}{ex.Message}", GroupNames.成都开发測試群組);
|
|
|
return BadRequest();
|
|
|
}
|
|
|
}
|