update:请求加密&防篡改
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user