|
@@ -1,7 +1,6 @@
|
|
|
package cn.com.qmth.examcloud.exchange.inner.api.provider;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
-import java.util.Map;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -55,7 +54,6 @@ public class UpyunCloudServiceProvider extends ControllerSupport implements Upyu
|
|
|
if (StringUtils.isNotBlank(relativePath)) {
|
|
|
relativePath = PathUtil.startsWithoutSeparator(relativePath);
|
|
|
}
|
|
|
- Map<String, String> properties = req.getProperties();
|
|
|
Long rootOrgId = req.getRootOrgId();
|
|
|
Long userId = req.getUserId();
|
|
|
String siteId = req.getSiteId();
|
|
@@ -66,7 +64,6 @@ public class UpyunCloudServiceProvider extends ControllerSupport implements Upyu
|
|
|
env.setUserId(String.valueOf(userId));
|
|
|
env.setFileSuffix(fileSuffix);
|
|
|
env.setRelativePath(relativePath);
|
|
|
- env.setProperties(properties);
|
|
|
|
|
|
UpYunPathInfo path = null;
|
|
|
try {
|