Jason 1 year ago
parent
commit
42fcbcf1a4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Tr.Sdk/Blacklist/DelBlacklistRequest.cs

+ 2 - 0
src/Tr.Sdk/Blacklist/DelBlacklistRequest.cs

@@ -13,6 +13,8 @@ namespace Tr.Sdk.Blacklist
 
 
         public override Method HttpMethod() => Method.Post;
         public override Method HttpMethod() => Method.Post;
 
 
+
+        [RequestProperty(Name ="phone")]
         public string Phone { get; set; }
         public string Phone { get; set; }
 
 
         /// <summary>
         /// <summary>