From f1e64ca8cf316987e140dc9926b54d885aacca91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E5=BB=B6=E5=8D=8E?= Date: Mon, 15 Nov 2021 15:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dp2SIPClient/dp2SIPClient.csproj | 2 +- dp2weixin.service/dp2WeiXinService.cs | 5 ++--- dp2weixinP2P/dp2weixinWeb.csproj | 9 --------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/dp2SIPClient/dp2SIPClient.csproj b/dp2SIPClient/dp2SIPClient.csproj index b2b934f2..10e1fec5 100644 --- a/dp2SIPClient/dp2SIPClient.csproj +++ b/dp2SIPClient/dp2SIPClient.csproj @@ -71,7 +71,7 @@ true - true + false http://timestamp.digicert.com diff --git a/dp2weixin.service/dp2WeiXinService.cs b/dp2weixin.service/dp2WeiXinService.cs index a5927ca7..53db8d9a 100644 --- a/dp2weixin.service/dp2WeiXinService.cs +++ b/dp2weixin.service/dp2WeiXinService.cs @@ -2825,7 +2825,7 @@ private int SendCaoQi(XmlDocument bodyDom, } else if (overdueType == "warning") { - remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。"; + remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。您可在公众号'我的图书馆/我的信息/在借'界面办理续借。"; } else { @@ -2883,8 +2883,7 @@ private int SendCaoQi(XmlDocument bodyDom, } else if (overdueType == "warning") { - remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。"; - + remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。您可在公众号'我的图书馆/我的信息/在借'界面办理续借。"; string first = "📙📙📙📙📙📙📙📙📙📙"; string first_color = "#FFFF00"; KuaiCaoQiTemplateData msgData = new KuaiCaoQiTemplateData(first, diff --git a/dp2weixinP2P/dp2weixinWeb.csproj b/dp2weixinP2P/dp2weixinWeb.csproj index f31bb55e..65ff7d9c 100644 --- a/dp2weixinP2P/dp2weixinWeb.csproj +++ b/dp2weixinP2P/dp2weixinWeb.csproj @@ -243,15 +243,6 @@ - - Always - - - Always - - - Always -