|
@@ -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.醍摩豆服務運維群組);
|