小商店/交易组件图片上传优化
小商店/交易组件在入驻及商品图片字段上传时,推审的图片(类目资质图片、商品图片等)链接没有规范化,存在以下几种问题: 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 请尽快修改,开启拦截后,届时会导致调用老接口直接失败。