async getUserById(userId) { const response = await axios.get(`${config.baseUrl}/users/${userId}`, { withCredentials: true }); return response.data; }.
確定! 回上一頁