22
22
using Aliyun . Acs . Core . Http ;
23
23
using Aliyun . Acs . Core . Transform ;
24
24
using Aliyun . Acs . Core . Utils ;
25
+ using Aliyun . Acs . Dyplsapi ;
25
26
using Aliyun . Acs . Dyplsapi . Transform ;
26
27
using Aliyun . Acs . Dyplsapi . Transform . V20170525 ;
27
28
@@ -30,12 +31,12 @@ namespace Aliyun.Acs.Dyplsapi.Model.V20170525
30
31
public class AddSecretBlacklistRequest : RpcAcsRequest < AddSecretBlacklistResponse >
31
32
{
32
33
public AddSecretBlacklistRequest ( )
33
- : base ( "Dyplsapi" , "2017-05-25" , "AddSecretBlacklist" , "dypls" , "openAPI" )
34
+ : base ( "Dyplsapi" , "2017-05-25" , "AddSecretBlacklist" )
34
35
{
35
36
if ( this . GetType ( ) . GetProperty ( "ProductEndpointMap" ) != null && this . GetType ( ) . GetProperty ( "ProductEndpointType" ) != null )
36
37
{
37
- this . GetType ( ) . GetProperty ( "ProductEndpointMap" ) . SetValue ( this , Endpoint . endpointMap , null ) ;
38
- this . GetType ( ) . GetProperty ( "ProductEndpointType" ) . SetValue ( this , Endpoint . endpointRegionalType , null ) ;
38
+ this . GetType ( ) . GetProperty ( "ProductEndpointMap" ) . SetValue ( this , Aliyun . Acs . Dyplsapi . Endpoint . endpointMap , null ) ;
39
+ this . GetType ( ) . GetProperty ( "ProductEndpointType" ) . SetValue ( this , Aliyun . Acs . Dyplsapi . Endpoint . endpointRegionalType , null ) ;
39
40
}
40
41
Method = MethodType . POST ;
41
42
}
@@ -48,6 +49,8 @@ public AddSecretBlacklistRequest()
48
49
49
50
private string blackNo ;
50
51
52
+ private string wayControl ;
53
+
51
54
public string BlackType
52
55
{
53
56
get
@@ -100,6 +103,19 @@ public string BlackNo
100
103
}
101
104
}
102
105
106
+ public string WayControl
107
+ {
108
+ get
109
+ {
110
+ return wayControl ;
111
+ }
112
+ set
113
+ {
114
+ wayControl = value ;
115
+ DictionaryUtil . Add ( QueryParameters , "WayControl" , value ) ;
116
+ }
117
+ }
118
+
103
119
public override bool CheckShowJsonItemName ( )
104
120
{
105
121
return false ;
0 commit comments