|
@@ -14,11 +14,13 @@ namespace Tr.Sdk.Blacklist
|
|
|
|
|
|
public override Method HttpMethod() => Method.Get;
|
|
|
|
|
|
+ [RequestProperty(Name ="phone")]
|
|
|
public string? Phone { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 1:白名单;2:呼入黑名单;3:呼出黑名单;4:呼入呼出黑名单;
|
|
|
/// </summary>
|
|
|
+ [RequestProperty(Name = "special_flag")]
|
|
|
public int? SpecialFlag { get; set; }
|
|
|
}
|
|
|
|