【发布时间】:2015-12-08 11:21:56
【问题描述】:
访问 Rest API (http://192.168.1.180/magento/index.php/rest/V1/products/SKU) 获取产品详细信息后,响应如下:
{
"attribute_code": "image",
"value": "/6/4/64275-152378-large.jpg"
},
{
"attribute_code": "small_image",
"value": "/6/4/64275-152378-large.jpg"
},
{
"attribute_code": "thumbnail",
"value": "/6/4/64275-152378-large.jpg"
}
attribute_code 键中 jpg 的基本 url 应该是什么?
【问题讨论】:
标签: rest http magento magento2