授权码模式
http://localhost:8082/oauth/authorize?client_id=bobo&client_secret=secret&response_type=code
获取token
http://localhost:8082/oauth/token?client_id=bobo&client_secret=secret&grant_type=authorization_code&code=sA5R1X
检查token 对应信息
http://localhost:8082/oauth/check_token?token=0e60b026-9da8-4335-a2a6-50ec6e2c0f00