/ oauth/token this interface gets access_token, but it is the default format of springsecurity. I now want to change the format to a custom format
{
code:"",
msg:"",
data:{
access_token:"xxxx"
}
Please tell me what to do with the format }
.
uses springboot2.0 + springcloud