Selaa lähdekoodia

app2.0 收件箱正文解码

临城职教中职
ndbs 2 vuotta sitten
vanhempi
commit
9c903c9768
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/SYS_ReceiveMessageApi.cs

+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/SYS_ReceiveMessageApi.cs Näytä tiedosto

@@ -70,6 +70,10 @@ namespace Learun.Application.WebApi
{
string keyValue = this.GetReqData();
var SYS_ReceiveMessageData = sYS_ReceiveMessageIBLL.GetUrlSYS_ReceiveMessageEntity(keyValue);
if (SYS_ReceiveMessageData != null)
{
SYS_ReceiveMessageData.CONTENTS = WebHelper.HtmlDecode(SYS_ReceiveMessageData.CONTENTS);
}
var jsonData = new
{
SYS_ReceiveMessage = SYS_ReceiveMessageData,


Ladataan…
Peruuta
Tallenna