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 .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bc9e94-38d75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bc9e94-38d75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?