二维码对接

This commit is contained in:
2021-02-25 15:40:58 +08:00
parent f9c9d13c68
commit dfbc8f737d
4 changed files with 46 additions and 6 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.Models
{
public class GetQRCodeModel:CheckSignModel
{
public string ShortCode { get; set; }
}
}