I think it is said on the Internet that  qs.stringify () serializes objects in the form of URL and splices them with &.  
 for example, when I send the following data in this way, the backend can also receive it. So what is the use of qs converting parameters to URL to send data? 
{email: "5224663@qq.com", password: 123456}
						