Download single file as pdf and multiple files as zip using axios in React

后端 未结 0 1076
野趣味
野趣味 2021-02-02 03:59
try {
      const res = await axios.get(
        `${apilink}/download/`,
        {
          responseType: "blob",
          params: body,
        }
      );
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题