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","");