收藏
回答

自定义交易组件上传图片接口报错1070001文件/图片为空?

服务端代码:

小程序端代码:

云函数日志:

errcode: 1070001, errmsg: "文件/图片为空 rid: 62d6606b-0036c118-67362638"

回答关注问题邀请回答
收藏

1 个回答

  • 野火农业
    野火农业
    2022-07-19

    哪个地方出了问题?谢谢大佬解答。。

    2022-07-19
    有用
    回复 1
    • 野火农业
      野火农业
      2022-07-19
      贴上解决代码:const options = {
              method: "POST",
              url: "https://api.weixin.qq.com/shop/img/upload?access_token=" + access_token,
              headers: {
                  "content-type": "multipart/form-data",
              },
              form: {
                  resp_type: event.resp_type,
                  upload_type: event.upload_type,
                  img_url: event.img_url
              },
              // body: JSON.stringify(event.body)
          };
      2022-07-19
      回复
登录 后发表内容