小商店标准版交易组件,同一个商品,调不同的接口,返回的图片链接不一致:
获取商品列表接口
返回的图片链接是:https://mmecimage.cn/p/wx4b68c555c1467a25/HBHx4iggCzP3oWA3qi_sTol-CRYCnaXNrG3My-Z2bA,不支持拼接缩略图;
搜索商品接口
返回的图片链接是:https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/61f1fb2e0000691e000000004f0c950b000000a000004f50,支持拼接成缩略图;
图片是原图而不是缩略图,会影响加载速度和浪费流量;
https://mmecimage.cn/p 域名的图片是否支持缩略图,或者是否有接口可以直接转成https://store.mp.video.tencent-cloud.com域名的图片???
收到你的建议,我们尽快完善该功能
具体是调用哪个接口?
不支持缩略图,获取商品列表接口 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent/API/spu/get_spu_list.html
支持缩略图,搜索商品接口 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent/API/spu/search_spu.html