创建签名验证自定义中间件 ,优化代码结构
This commit is contained in:
13
QRCodeService/Extensions/ControllerBaseExtension.cs
Normal file
13
QRCodeService/Extensions/ControllerBaseExtension.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace QRCodeService.Extensions
|
||||
{
|
||||
public static class ControllerBaseExtension
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace QRCodeService.Extensions
|
||||
{
|
||||
public static class GenericTypeExtensions
|
||||
public static class GenericTypeExtension
|
||||
{
|
||||
public static string GetGenericTypeName(this Type type)
|
||||
{
|
||||
Reference in New Issue
Block a user