CloudIDEA文件标记已读未读

This commit is contained in:
“xxq250”
2022-07-28 16:42:21 +08:00
parent 79a6841bbc
commit 4ccf8ea5ff
6 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
json.status 0
json.message 'success'
json.count @mark_files.count
json.files do
json.array! @mark_files do |file|
json.sha file.file_path_sha
json.name file.file_path
json.mark_as_read file.mark_as_read
json.updated_after_read file.updated_after_read
end
end