update使用最新版Furion改动
删除FakeDelete相关内容 SkipScan改名为SuppressSniffer
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 点击验证码输入参数
|
||||
/// </summary>
|
||||
[SkipScan]
|
||||
[SuppressSniffer]
|
||||
public class ClickWordCaptchaInput
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 常规验证码输入
|
||||
/// </summary>
|
||||
[SkipScan]
|
||||
[SuppressSniffer]
|
||||
public class GeneralCaptchaInput
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user