const headers = { "content-type": "multipart/form-data" }; const res = await axios.post(url, data, { headers }); return ...
確定! 回上一頁