创建签名验证自定义中间件 ,优化代码结构

This commit is contained in:
2021-02-26 16:40:51 +08:00
parent 7c3ce74a3b
commit d6617f47c0
8 changed files with 128 additions and 54 deletions

View 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
{
}
}

View File

@@ -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)
{