【发布时间】:2020-06-26 14:31:03
【问题描述】:
我从 api 响应中得到了这个文档:
https://inventory.zoho.com/api/v1/items/{item_id}
"documents":[
{
"source_formatted":"Desktop",
"can_send_in_mail":false,
"file_name":"Personalization-vantage-technology.jpg",
"file_type":"jpg",
"file_size_formatted":"40.2 KB",
"attachment_order":1,
"source":"desktop",
"document_id":"1877812000004113075",
"file_size":"41179",
"alter_text":""
}
],
问题是如何获取完整的图片 URL?我想在我的网站上显示图片。
【问题讨论】: