File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
main/java/com/volcengine/service/businessSecurity
test/java/com/volcengine/service/businessSecurity/impl Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,20 @@ public class BusinessSecurityConfig {
364364 }
365365 }
366366 ));
367+ put (Const .ActivationRiskConfirmAsyncDetectRisk ,new ApiInfo (
368+ new HashMap <String , Object >() {
369+ {
370+ put (Const .Method , "POST" );
371+ put (Const .Path , "/" );
372+ put (Const .Query , new ArrayList <NameValuePair >() {
373+ {
374+ add (new BasicNameValuePair ("Action" , "ActivationRiskConfirmAsyncDetectRisk" ));
375+ add (new BasicNameValuePair ("Version" , "2025-01-01" ));
376+ }
377+ });
378+ }
379+ }
380+ ));
367381 put (Const .ActivationRiskListBasePackagePart ,new ApiInfo (
368382 new HashMap <String , Object >() {
369383 {
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ public void testActivationRiskCompleteBasePackage()throws Exception{
184184 request .setAppId (1 );
185185 request .setPackageId ("id00004" );
186186 request .setScene (1 );
187- request .setDataSize (20000 );
188187 ActivationRiskCompleteBasePackageResponse response = service .ActivationRiskCompleteBasePackage (request );
189188 System .out .println (response );
190189
You can’t perform that action at this time.
0 commit comments