|
@@ -10,7 +10,7 @@ namespace Tr.Sdk.Blacklist
|
|
{
|
|
{
|
|
public class QueryBlacklistRequest: TrRequest
|
|
public class QueryBlacklistRequest: TrRequest
|
|
{
|
|
{
|
|
- public override string Path() => "api/special_phone/delete";
|
|
|
|
|
|
+ public override string Path() => "api/special_phone/special_phone_detail";
|
|
|
|
|
|
public override Method HttpMethod() => Method.Get;
|
|
public override Method HttpMethod() => Method.Get;
|
|
|
|
|