update:去除生成二维码图片验证添加二维码跳转时间戳和签名参数
This commit is contained in:
@@ -51,7 +51,7 @@ namespace QRCodeService
|
||||
c.SwaggerDoc("v1", new OpenApiInfo { Title = "QRCodeService", Version = "v1" });
|
||||
});
|
||||
//配置
|
||||
services.Configure<ServiceOption>(Configuration.GetSection("hosting"));
|
||||
services.Configure<ServiceOption>(Configuration.GetSection("Hosting"));
|
||||
|
||||
//validator
|
||||
services.AddTransient<IValidator<CreateLinkCommand>, CreateLinkCommandValidator>();
|
||||
|
||||
Reference in New Issue
Block a user