📅  最后修改于: 2022-03-11 14:57:45.507000             🧑  作者: Mango
fetch(`api` + guid, {
method: "GET",
headers: {
"Accept": "application/octet-stream",
"Authorization": "Bearer " + token,
},
// responseType: 'arraybuffer' //#1 remove this,
})