That's because req.query holds the query string parameters, looks like you are only passing data up via the body so you want req.body.
確定! 回上一頁