opt: 附件上传/删除
This commit is contained in:
@@ -91,4 +91,9 @@ public class DevFileApiProvider implements DevFileApi {
|
||||
.map(JSONUtil::parseObj)
|
||||
.orElse(new JSONObject());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteById(String fileId) {
|
||||
devFileService.removeById(fileId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user