|
@@ -663,13 +663,16 @@ public class OrgController extends ControllerSupport {
|
|
|
formFilePartList.add(part);
|
|
|
|
|
|
req.setFormFilePartList(formFilePartList);
|
|
|
- req.setSiteId("orgPropertiesByOrgId");
|
|
|
+
|
|
|
req.setFileSuffix(".json");
|
|
|
req.setRootOrgId(orgEntity.getId());
|
|
|
req.setRootOrgDomain(orgEntity.getDomainName());
|
|
|
req.setExt1(propertyGroupId);
|
|
|
|
|
|
- PutFileResp putFileResp = upyunCloudService.putFile(req);
|
|
|
+ PutFileResp putFileResp = null;
|
|
|
+
|
|
|
+ req.setSiteId("orgPropertiesByOrgId");
|
|
|
+ putFileResp = upyunCloudService.putFile(req);
|
|
|
urlList.add(putFileResp.getUrl());
|
|
|
|
|
|
req.setSiteId("orgPropertiesByOrgDomain");
|