init
This commit is contained in:
@@ -78,6 +78,7 @@ public class SysOssController extends BaseController {
|
||||
Map<String, String> map = new HashMap<>(2);
|
||||
map.put("url", oss.getUrl());
|
||||
map.put("fileName", oss.getOriginalName());
|
||||
map.put("path", oss.getFileName());
|
||||
map.put("ossId", oss.getOssId().toString());
|
||||
return R.ok(map);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user