File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 70
70
"semantic-release" : " ^17.0.4"
71
71
},
72
72
"dependencies" : {
73
- "@tencent-sdk/capi" : " ^0.3.0 " ,
73
+ "@tencent-sdk/capi" : " ^0.3.1 " ,
74
74
"@ygkit/request" : " ^0.1.1" ,
75
75
"cos-nodejs-sdk-v5" : " ^2.6.2" ,
76
76
"moment" : " ^2.25.3" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const ACTIONS = [
34
34
] ;
35
35
36
36
const APIS = ApiFactory ( {
37
- debug : true ,
37
+ // debug: true,
38
38
serviceType : 'apigateway' ,
39
39
version : '2018-08-08' ,
40
40
actions : ACTIONS ,
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ class Apigw {
56
56
Action : 'DescribeService' ,
57
57
ServiceId : serviceId ,
58
58
} ) ;
59
- console . log ( 'detail' , detail ) ;
60
59
if ( detail ) {
61
60
detail . InnerSubDomain = detail . InternalSubDomain ;
62
61
exist = true ;
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ function ApiFactory({
33
33
const reqData = cleanEmptyValue ( {
34
34
Action : action ,
35
35
Version : version ,
36
- Token : capi . options . Token || null ,
37
36
...inputs ,
38
37
} ) ;
39
38
inputs = cleanEmptyValue ( inputs ) ;
You can’t perform that action at this time.
0 commit comments