WANG il y a 6 ans
Parent
commit
39f8766b92

+ 1 - 1
examcloud-exchange-inner-api-provider/src/main/java/cn/com/qmth/examcloud/exchange/inner/api/provider/UpyunCloudServiceProvider.java

@@ -53,7 +53,7 @@ public class UpyunCloudServiceProvider extends ControllerSupport implements Upyu
 		String fileSuffix = req.getFileSuffix();
 		String relativePath = req.getRelativePath();
 		if (StringUtils.isNotBlank(relativePath)) {
-			relativePath = PathUtil.endsWithoutSeparator(relativePath);
+			relativePath = PathUtil.startsWithoutSeparator(relativePath);
 		}
 		Map<String, String> properties = req.getProperties();
 		Long rootOrgId = req.getRootOrgId();