he2802 2 anni fa
parent
commit
84bc009e3e

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/alioss/service/impl/OssServiceImpl.java

@@ -361,7 +361,6 @@ public class OssServiceImpl implements OssService {
             GenericResult processResult = ossClient.processObject(request);
             String json = IOUtils.readStreamAsString(processResult.getResponse().getContent(), "UTF-8");
             processResult.getResponse().getContent().close();
-            System.out.println(json);
         } catch (OSSException oe) {
             System.out.println("Caught an OSSException, which means your request made it to OSS, "
                     + "but was rejected with an error response for some reason.");