const voteupdate = { inc_votes: voteVal }; const { data } = await axios.patch(`${BASE_URL}/${loc}/${id}`, voteupdate);
確定! 回上一頁