去除引用common.props
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
using System.Text;
|
||||
using System.Xml;
|
||||
using JNPF.Common.Enums;
|
||||
using JNPF.Common.Extension;
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using JNPF.Extras.Thirdparty.WeChat;
|
||||
using JNPF.Extras.Thirdparty.WeChat.Internal;
|
||||
using JNPF.FriendlyException;
|
||||
using JNPF.Logging.Attributes;
|
||||
using JNPF.Message.Entitys.Entity;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Senparc.Weixin.MP;
|
||||
using SqlSugar;
|
||||
@@ -122,7 +118,7 @@ public class WechatOpenService : IDynamicApiController, ITransient
|
||||
var input = new WechatMPEvent();
|
||||
input.ToUserName = doc.DocumentElement.SelectSingleNode("ToUserName").InnerText.Trim();
|
||||
input.FromUserName = doc.DocumentElement.SelectSingleNode("FromUserName").InnerText.Trim();
|
||||
input.Event= doc.DocumentElement.SelectSingleNode("Event").InnerText.Trim();
|
||||
input.Event = doc.DocumentElement.SelectSingleNode("Event").InnerText.Trim();
|
||||
return input;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user