|
|
@@ -3798,10 +3798,9 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
|
3798
|
3798
|
if (file.exists()) {
|
|
3799
|
3799
|
// 调用onlyoffice
|
|
3800
|
3800
|
try {
|
|
3801
|
|
- onlyOfficeUrl= onlyOfficeUrl+ "/"+String.valueOf(caseId);
|
|
3802
|
3801
|
Map<String, Object> params = new HashMap<>();
|
|
3803
|
3802
|
params.put("file", file);
|
|
3804
|
|
- String postResult = HttpUtil.post(onlyOfficeUrl, params);
|
|
|
3803
|
+ String postResult = HttpUtil.post(onlyOfficeUrl+ "/"+String.valueOf(caseId), params);
|
|
3805
|
3804
|
if(StrUtil.isNotEmpty(postResult)){
|
|
3806
|
3805
|
// 转为jsonArray
|
|
3807
|
3806
|
JSONArray jsonArray = JSONArray.parseArray(postResult);
|