CodePudding user response:
Grant_type written tybeCodePudding 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: