axios.request(options) returns a promise, which means you need to await it, or use res.send in the .then handler.
確定! 回上一頁