update:请求加密&防篡改

This commit is contained in:
2021-02-25 10:39:30 +08:00
parent 9834c7a988
commit 7fe75e8c7c
11 changed files with 145 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
using System;
using QRCodeService.Application.Queries;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -6,9 +7,8 @@ using System.Threading.Tasks;
namespace QRCodeService.Models
{
public class CreateLinkModel
public class CreateLinkModel: CheckSignModel
{
public string SuffixUrl { get; set; }
public string Time { get; set; }
}
}