You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|