|
@@ -304,7 +304,7 @@ public class HttpFileService extends AbstractFYunFileService {
|
|
|
params.put("appName", fYunFileConfig.getKey());
|
|
|
params.put("secret", fYunFileConfig.getSecret());
|
|
|
|
|
|
- params.put("targetDir", sourcePath);
|
|
|
+ params.put("dirName", sourcePath);
|
|
|
String url = fYunFileConfig.getEndPoint() + httpFyunConfig.getListDir();
|
|
|
|
|
|
log.info("url:{},params:{}", url, JSONObject.toJSONString(params));
|