const sendRequest = async (query) => { const options = { url: ... (retries) => { // Make the HTTP request axios(options).then((res) ...
確定! 回上一頁