File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/qcloud/cos/demo/ci Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static void main(String[] args) throws InterruptedException {
26
26
// 1 初始化用户身份信息(secretId, secretKey)。
27
27
COSClient client = ClientUtils .getTestClient ();
28
28
// 2 调用要使用的方法。
29
- batchImageAuditing (client );
29
+ imageAuditing (client );
30
30
}
31
31
32
32
/**
@@ -61,7 +61,7 @@ public static void batchImageAuditing(COSClient client) {
61
61
BatchImageAuditingRequest request = new BatchImageAuditingRequest ();
62
62
//2.添加请求参数 参数详情请见api接口文档
63
63
//2.1设置请求bucket
64
- request .setBucketName ("markjrzhang-1251704708 " );
64
+ request .setBucketName ("demo-123456789 " );
65
65
//2.2添加请求内容
66
66
List <BatchImageAuditingInputObject > inputList = request .getInputList ();
67
67
BatchImageAuditingInputObject input = new BatchImageAuditingInputObject ();
You can’t perform that action at this time.
0 commit comments