4 rest.post('/login', async (req, res, ctx) => {. 5 const { username } = await req.json(). 6. 7 return res(. 8 ctx.json({. 9 username,. 10 firstName: 'John'.
確定! 回上一頁