提交 金山pws接口
This commit is contained in:
@ -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<String,String> saveKSFile(KingSoftFileSaveVo vo){
|
||||
log.info("KingSoftFileSaveVo:"+vo.getFileKey());
|
||||
Map<String,String> map = new HashMap<>();
|
||||
map.put("code","0");
|
||||
map.put("message","");
|
||||
|
Reference in New Issue
Block a user