const [{ data, loading, error }, refetch] = useAxios({ url: "https://your-api-url" headers: {'Authorization': `bearer ${accessToken}`} }).
確定! 回上一頁