Home > front end >  Why the Postman test interface can return data correctly, and the callback interface is failure
Why the Postman test interface can return data correctly, and the callback interface is failure

Time:05-06

Return the data difference

CodePudding user response:

Grant_type written tybe

CodePudding user response:

Because axios sends a Request, the default Data format Request PayLoad ({2, a: 1, b: c: 3}), rather than the Form Data, you need to go into inside the Form Data (a=1 & amp; B=2 & amp; C=3)

You look at the Postman and your local sends the request Headers of a request body

CodePudding user response:

reference 1st floor hookee response:
grant_type written tybe the

This is the problem

CodePudding user response:

There is something wrong with the format,,,
  • Related