瀏覽代碼

去除產生教育雲檔案API多餘代碼

jeff 1 年之前
父節點
當前提交
9289611059
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      TEAMModelOS/Controllers/Client/HiTeachController.cs

+ 0 - 6
TEAMModelOS/Controllers/Client/HiTeachController.cs

@@ -135,12 +135,6 @@ namespace TEAMModelOS.Controllers.Client
                 var ActiveTask = _configuration.GetValue<string>("Azure:ServiceBus:ActiveTask");
                 string msg = null;
                 msg = new { lesson_id = $"{_lessonId}", tmdid = $"{_tmdid}", grant_types = updates, school = $"{_school}", scope = $"{_scope}" }.ToJsonString();
-
-                //if (!string.IsNullOrWhiteSpace(_school.GetString()))
-                //{
-                //    SaveLearnRecordBlob(_school.GetString(), _lessonId.GetString());
-                //}
-
                 var messageChange = new ServiceBusMessage(msg);
                 messageChange.ApplicationProperties.Add("name", "LessonRecordEvent");
                 //await _dingDing.SendBotMsg($"{_option.Location},课堂id:{_lessonId} 更新事件,{msg}", GroupNames.醍摩豆服務運維群組);