update使用最新版Furion改动

删除FakeDelete相关内容
SkipScan改名为SuppressSniffer
This commit is contained in:
2021-07-12 17:20:50 +08:00
parent fb4d3409b1
commit 0fdda8fabc
12 changed files with 62 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ namespace Ewide.Core
/// <summary>
/// 点击验证码输入参数
/// </summary>
[SkipScan]
[SuppressSniffer]
public class ClickWordCaptchaInput
{
/// <summary>

View File

@@ -6,7 +6,7 @@ namespace Ewide.Core
/// <summary>
/// 验证码输出参数
/// </summary>
[SkipScan]
[SuppressSniffer]
public class ClickWordCaptchaResult
{
public string repCode { get; set; } = "0000";
@@ -16,7 +16,7 @@ namespace Ewide.Core
public bool success { get; set; } = true;
}
[SkipScan]
[SuppressSniffer]
public class RepData
{
public string captchaId { get; set; }
@@ -37,7 +37,7 @@ namespace Ewide.Core
public string captchaVerification { get; set; }
}
[SkipScan]
[SuppressSniffer]
public class WordList
{
}

View File

@@ -6,7 +6,7 @@ namespace Ewide.Core
/// <summary>
/// 常规验证码输入
/// </summary>
[SkipScan]
[SuppressSniffer]
public class GeneralCaptchaInput
{
/// <summary>