From 20f808649c52187e274b4a55d61e7caed83466d9 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 15 Sep 2023 14:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20=E9=87=91=E5=B1=B1pws?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebtp/extend/wps/service/impl/WpsServiceImpl.java | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java index 7fe93da..1772f99 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java @@ -471,16 +471,6 @@ public class WpsServiceImpl implements WpsService { return null; } - -// public static void main(String[] args) throws UnsupportedEncodingException { -// String str = URLEncoder.encode("file_preview,file_edit,file_format_control","utf-8"); -// System.out.println(str); -////解码 -// String str1=URLDecoder.decode(str, "UTF-8"); -// System.out.println(str1); -// } - - @Override public String getKSWpsFile(String id){ @@ -501,6 +491,7 @@ public class WpsServiceImpl implements WpsService { @Override public Map saveKSFile(KingSoftFileSaveVo vo){ + log.info("KingSoftFileSaveVo:"+vo.getFileKey()); Map map = new HashMap<>(); map.put("code","0"); map.put("message","");