Update MailHelper

This commit is contained in:
2021-05-18 09:32:25 +08:00
parent 7c0b4f37af
commit 31b5a1f5b7
6 changed files with 105 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ namespace Ewide.Web.Core.Service
{
#if DEBUG
XmlSerializerUtil xmlHandler = new XmlSerializerUtil();
xmlHandler.WriteDataSeed();
//xmlHandler.WriteDataSeed();
//拿到数据保存到 XML文件
Dictionary<string, object> dicDataBase = await GetDataBase();
foreach (KeyValuePair<string, object> item in dicDataBase)