Browse Source

更改钉钉错误通知群

Li 3 years ago
parent
commit
fed8dfa875
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/Models/Service/BatchCopyFileService.cs

+ 1 - 1
TEAMModelOS.SDK/Models/Service/BatchCopyFileService.cs

@@ -75,7 +75,7 @@ namespace TEAMModelOS.SDK.Models.Service
             }
             }
             catch (Exception ex)
             catch (Exception ex)
             {
             {
-                await _dingDing.SendBotMsg($"{Environment.GetEnvironmentVariable("Option:Location")}-Batch-CopyFile \n {ex.Message}{ex.StackTrace}", GroupNames.醍摩豆服務運維群組);
+                await _dingDing.SendBotMsg($"{Environment.GetEnvironmentVariable("Option:Location")}-Batch-CopyFile \n {ex.Message}{ex.StackTrace}", GroupNames.成都开发測試群組);
                 return -1;
                 return -1;
             }
             }