资源列表接口增加资源类型参数

dev_video
cxt 5 years ago
parent 72fe6cd44e
commit 61cf664f6d

@ -12,5 +12,6 @@ json.filesize number_to_human_size(attachment.filesize)
json.description attachment.description
json.downloads_count attachment.downloads_count
json.created_on attachment.created_on
json.content_type attachment.content_type
json.is_pdf attachment.is_pdf?
json.url attachment.is_pdf? ? download_url(attachment,disposition:"inline") : download_url(attachment)

Loading…
Cancel
Save