const { data } = await axios.post(`${this.config.url}/apiv2/login`, { ... async function post(url, body, options) { try { const response = await ...
確定! 回上一頁