评论

小商店/交易组件图片上传优化

小商店/交易组件图片上传优化

小商店/交易组件在入驻及商品图片字段上传时,推审的图片(类目资质图片、商品图片等)链接没有规范化,存在以下几种问题:

1、外链链接过期导致图片无法打开

2、可能是系统原因造成的链接无效,图片无法打开

3、开发者提交的无效链接(此类问题在api上传时出现)


对于此问题,我们做了接口的升级,目前接口已经做好了,文档也已经更新


小商店/标准版组件:

https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/register/uploadimg.html

自定义组件:

上传图片:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/public/upload_img.html

需要加入参数resp_type = 1

回包获取img_url图片临时链接


开发者需要改造以下接口(所有图片字段都需要使用以上接口先获取临时链接后再提交):

小商店/标准版组件:

添加商品:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/spu/add_spu.html

更新商品:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/spu/up_spu.html

添加SKU:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/sku/add_sku.html

更新SKU:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/sku/up_sku.html


自定义版组件:

添加商品:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/SPU/add_spu.html

更新商品:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/SPU/update_spu.html

类目申请:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/audit/audit_category.html

品牌申请:https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/audit/audit_brand.html


请尽快修改,开启拦截后,届时会导致调用老接口直接失败。

最后一次编辑于  2021-12-28  
点赞 0
收藏
评论

3 个评论

  • 超。
    超。
    2021-12-24
    添加商品https://api.weixin.qq.com/shop/spu/add?access_token=xxxxxxxxx时,head_img可以用七牛云上图片url吗?
    
    2021-12-24
    赞同
    回复
  • 祝我好运🍀
    祝我好运🍀
    2021-12-16

    你好这个链接商家用存储吗

    2021-12-16
    赞同
    回复 1
  • 王丹
    王丹
    2021-10-19
    添加商品https://api.weixin.qq.com/shop/spu/add?access_token=xxxxxxxxx
    的产品以及资质图片都必须是上传图片https://api.weixin.qq.com/shop/img/upload?access_token=xxxxxxxxx
    


    返回的临时链接?


    2021-10-19
    赞同
    回复 2
    • 小程序技术专员 小O
      小程序技术专员 小O
      2021-12-20
      会在微信侧转永久
      2021-12-20
      1
      回复
    • 哒哒哒
      哒哒哒
      2022-02-16
      临时链接有时效性吗,是多久呢?
      2022-02-16
      回复
登录 后发表内容