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 {
2626 // 1 初始化用户身份信息(secretId, secretKey)。
2727 COSClient client = ClientUtils .getTestClient ();
2828 // 2 调用要使用的方法。
29- batchImageAuditing (client );
29+ imageAuditing (client );
3030 }
3131
3232 /**
@@ -61,7 +61,7 @@ public static void batchImageAuditing(COSClient client) {
6161 BatchImageAuditingRequest request = new BatchImageAuditingRequest ();
6262 //2.添加请求参数 参数详情请见api接口文档
6363 //2.1设置请求bucket
64- request .setBucketName ("markjrzhang-1251704708 " );
64+ request .setBucketName ("demo-123456789 " );
6565 //2.2添加请求内容
6666 List <BatchImageAuditingInputObject > inputList = request .getInputList ();
6767 BatchImageAuditingInputObject input = new BatchImageAuditingInputObject ();
You can’t perform that action at this time.
0 commit comments