Skip to content

Commit

Permalink
整理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
renyh committed Nov 15, 2021
1 parent 4c21f42 commit f1e64ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dp2SIPClient/dp2SIPClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestTimestampUrl>http://timestamp.digicert.com</ManifestTimestampUrl>
Expand Down
5 changes: 2 additions & 3 deletions dp2weixin.service/dp2WeiXinService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ private int SendCaoQi(XmlDocument bodyDom,
}
else if (overdueType == "warning")
{
remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。";
remark = "\n" + fullPatronName + ",您借出的图书即将到期,请注意不要超期,留意归还。您可在公众号'我的图书馆/我的信息/在借'界面办理续借。";
}
else
{
Expand Down Expand Up @@ -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,
Expand Down
9 changes: 0 additions & 9 deletions dp2weixinP2P/dp2weixinWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,6 @@
<Content Include="img\search2.jfif" />
<Content Include="img\wait2.gif" />
<Content Include="fonts\mui-icons-extra.ttf" />
<Content Include="LmxxReceiveNoticeInterface.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="LmxxReceiveNoticeInterface.dll.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="DongshifangMessageInterface.dll.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Scripts\jquery-3.5.1.intellisense.js" />
<Content Include="Scripts\jquery-3.5.1.js" />
<Content Include="Scripts\jquery-3.5.1.min.js" />
Expand Down

0 comments on commit f1e64ca

Please sign in to comment.