AlwaysLoveme / capacitor-plugin-filedownload

a file download plugin for Capacitor3.0+
MIT License
13 stars 7 forks source link

下载文件需要请求头参数和请求参数 #6

Closed Ryanccl closed 1 year ago

Ryanccl commented 1 year ago

headers: { Authorization: token, }, params: { params: 'params1', },

AlwaysLoveme commented 1 year ago

headers: {

    Authorization: token,

  },

  params: {

    params: 'params1',

  },

你好,近期内有空会加上,如果你能提个 pr 那就再好不过啦

AlwaysLoveme commented 1 year ago

headers: {

    Authorization: token,

  },

  params: {

    params: 'params1',

  },

最新版本已加上