|
|
|
@ -1,18 +1,15 @@ |
|
|
|
|
using Tiobon.Core.Common; |
|
|
|
|
using Tiobon.Core.Common.LogHelper; |
|
|
|
|
using Tiobon.Core.Hubs; |
|
|
|
|
using Castle.DynamicProxy; |
|
|
|
|
using Castle.DynamicProxy; |
|
|
|
|
using Microsoft.AspNetCore.Http; |
|
|
|
|
using Microsoft.AspNetCore.SignalR; |
|
|
|
|
using Newtonsoft.Json; |
|
|
|
|
using StackExchange.Profiling; |
|
|
|
|
using System; |
|
|
|
|
using System.Linq; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using System.Threading.Tasks; |
|
|
|
|
using Tiobon.Core.Common; |
|
|
|
|
using Tiobon.Core.Common.LogHelper; |
|
|
|
|
using Tiobon.Core.Hubs; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.AOP; |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.AOP |
|
|
|
|
{ |
|
|
|
|
/// <summary> |
|
|
|
|
/// 拦截器TiobonLogAOP 继承IInterceptor接口 |
|
|
|
|
/// </summary> |
|
|
|
@ -288,4 +285,3 @@ namespace Tiobon.Core.AOP |
|
|
|
|
.Invoke(null, new object[] {actualReturnValue, action, finalAction}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |