update:简化验证
This commit is contained in:
@@ -8,11 +8,8 @@ namespace QRCodeService.Infrastructure.Middlewares
|
||||
{
|
||||
public class CheckSignAttribute:Attribute
|
||||
{
|
||||
public Type ModelType { get; set; }
|
||||
|
||||
public CheckSignAttribute(Type type)
|
||||
public CheckSignAttribute()
|
||||
{
|
||||
ModelType = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user