我的curl命令工作正常,但只有post post'POST METHOD'请求的问题
curl: curl act_client@localhost:8089/oauth/token -d grant_type=password -d username=jack -d password=act123
postman: http://localhost:8089/oauth/token?client_id=act_client&grant_type=password&username=jack&password=act123