等待解答中
小商店上传图片api ,响应码一直101004,按文档示例的代码也不行?https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/register/uploadimg.html 使用 curl -F media=@1616831607287322.jpg "https://api.weixin.qq.com/product/img/upload?access_token=真实的token&height=220&width=220" 一直返回 {"errcode":101004,"errmsg":"Upload fail rid: 605ee4e0-1b744548-098dcac9"}
2021-03-29求官方出来答复一下
微信小商店的图片上传接口调用失败?一直报错101004 Upload fail rid在通过调用微信小商店的接口,进行小商店注册时,在调用 上传图片 接口时,一直报错。具体过程为: 1、根据COMPONENT_VERIFY_TICKET获取COMPONENT_ACCESS_TOKEN 2、调用注册小商店接口,https://api.weixin.qq.com/product/register/register_shop?component_access_token=xxxxxxxxx,成功 3、微信扫描确认开店 4、上传图片,调用https://api.weixin.qq.com/product/img/upload?access_token=xxxxxxxxx&height=108&width=108,报错101004,Upload fail rid。此处即使直接用 官方文档的请求示例代码,即curl -F media=@test.jpg "https://api.weixin.qq.com/product/img/upload?access_token=xxxxxxxxx&height=108&width=108,也是同样报错
2021-03-28{ "errcode": 100002, "errmsg": "Not exist rid: 603f2ee8-1cfed561-6d9ec9b8" } 真实订单号,真实快递单号
小商店组件版调用发货接口发货失败https://developers.weixin.qq.com/doc/ministore/minishopopencomponent/API/delivery/send_delivery.html 按照上述文档接入发货接口,调用后提示如下 {"errcode":109000,"errmsg":" rid: 603cc1d8-69db7e08-02516d2e"} 经检查快递公司代码和单号均无问题,快递单号是真实单号,订单号整型和字符串型都尝试过,全部提示109000
2021-03-03