The axios post request data has been unanswered and replaced with get success?

I use node to simulate a background, and then the foreground gets the data, and get can get it. What is the reason why post has always been pending,?
node Code:
clipboard.png

axios:

clipboard.png

:

clipboard.png

get:

clipboard.png

clipboard.png

Mar.03,2021

the body of your post request is not placed in query but in body , so you should also get req.body.type .

Menu