const postAvator = async (image: File) => { ... const res = await axios.post(url, data, { headers }); return res;
確定! 回上一頁