From 542fdd8ff61ad026f77fcc2659aa5fdf27543860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 19 Dec 2023 16:58:59 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Common/WxNoticeHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Common/WxNoticeHelper.cs b/ZR.Common/WxNoticeHelper.cs index a89ab73..059fe61 100644 --- a/ZR.Common/WxNoticeHelper.cs +++ b/ZR.Common/WxNoticeHelper.cs @@ -42,7 +42,7 @@ namespace ZR.Common } if (string.IsNullOrEmpty(CORPID)) { - System.Console.WriteLine("请完成企业微信配置"); + System.Console.WriteLine("如需微信接收异常消息,请完成企业微信配置"); return (0, "请完成企业微信通知配置"); } WxTokenResult tokenResult = GetAccessToken();