mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 17:55:56 +08:00
CloudIDEA文件标记已读未读
This commit is contained in:
12
app/views/mark_files/index.json.jbuilder
Normal file
12
app/views/mark_files/index.json.jbuilder
Normal 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
|
||||
Reference in New Issue
Block a user