1、增强字符串域未入redis问题处理;
2、摘要文件上传后返回数据中key改为accessUrl; 3、删除回调类配置inline_ip_cb表protocol字段的验证
This commit is contained in:
@@ -678,7 +678,7 @@ public class ConfigSourcesController extends BaseRestController {
|
||||
logger.info("-----------------调用接口上传文件---------------");
|
||||
String filePath = FileManager.upload(fdsfile, null);
|
||||
// resultObject.put("path", filePath.substring(filePath.indexOf("group")));
|
||||
resultObject.put("path", filePath);
|
||||
resultObject.put("accessUrl", filePath);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// TODO Auto-generated catch block
|
||||
|
||||
Reference in New Issue
Block a user