标签: curl postman
$ curl -XPOST -k foo:foosecret@localhost:9000/hascode/oauth/token \ -d grant_type=password -d client_id=foo -d client_secret=abc123 \ -d redirect_uri=http://www.hascode.com -d username=bar -d password=barsecret
我想知道如何在邮递员身上提出此请求