CrazyIter_Bin 2 年之前
父節點
當前提交
4304d6f63b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS.SDK/DI/CoreAPI/CoreAPIHttpService.cs

+ 1 - 1
TEAMModelOS.SDK/DI/CoreAPI/CoreAPIHttpService.cs

@@ -326,7 +326,7 @@ namespace TEAMModelOS.SDK
                                 result = $"{responseMessage.StatusCode},推送返回的状态码。";
 
                             }
-                            _dingDing.SendBotMsg($"{location}站点发送消息:\n{url}/service/PushNotify \nheader:  {token.AccessToken} \nresult:{result}\n params:{notifyData.ToJsonString()}", GroupNames.成都开发測試群組).GetAwaiter().GetResult();
+                          //  _dingDing.SendBotMsg($"{location}站点发送消息:\n{url}/service/PushNotify \nheader:  {token.AccessToken} \nresult:{result}\n params:{notifyData.ToJsonString()}", GroupNames.成都开发測試群組).GetAwaiter().GetResult();
 
                         }
                     }