通过oauth2.0自带的接口 oauth/token 可以获取到token 和refresh_token等信息,但是这个接口需要传递好几个参数
http://localhost:7500/oauth/token?username=admin&password=123456&grant_type=password&scope=server&client_id=cpms_oauth_server&client_secret=cpms_oauth_server
怎么样可以只传递用户名和密码就可以拿到token呢