update:请求加密&防篡改
This commit is contained in:
15
QRCodeService/Application/Queries/AppViewModel.cs
Normal file
15
QRCodeService/Application/Queries/AppViewModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace QRCodeService.Application.Queries
|
||||
{
|
||||
public class App
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Appkey { get; set; }
|
||||
public string Remarks { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user