statusText: res.data.statusText, data: options.responseType === 'arraybuffer' ? Buffer.from(res.data.data.buffer, 'base64') : res.data.data.
確定! 回上一頁