mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fixed CloudIDEA文件标记已读未读列表
This commit is contained in:
@@ -2,7 +2,7 @@ json.status 0
|
||||
json.message 'success'
|
||||
json.count @files_result['NumFiles']
|
||||
json.files do
|
||||
json.array! @files_result do |file|
|
||||
json.array! @files_result['Files'] do |file|
|
||||
mark_file = @mark_files.select{|mark| mark.file_path.to_s == file['Name']}.first
|
||||
json.sha Base64.encode64(file['Name'].to_s)
|
||||
json.name file['Name']
|
||||
|
||||
Reference in New Issue
Block a user