Merge branch 'wq1' of SH-Arbitrate/Mediation-Backend into dev
This commit was merged in pull request #122.
This commit is contained in:
+1
-2
@@ -3798,10 +3798,9 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
||||
if (file.exists()) {
|
||||
// 调用onlyoffice
|
||||
try {
|
||||
onlyOfficeUrl= onlyOfficeUrl+ "/"+String.valueOf(caseId);
|
||||
Map<String, Object> params = new HashMap<>();
|
||||
params.put("file", file);
|
||||
String postResult = HttpUtil.post(onlyOfficeUrl, params);
|
||||
String postResult = HttpUtil.post(onlyOfficeUrl+ "/"+String.valueOf(caseId), params);
|
||||
if(StrUtil.isNotEmpty(postResult)){
|
||||
// 转为jsonArray
|
||||
JSONArray jsonArray = JSONArray.parseArray(postResult);
|
||||
|
||||
Reference in New Issue
Block a user