> 文档中心 > postman

postman

Authorization: 就是token 

进入这个页面 f12 进去刷新找到token(如果找不到右上角头像点击退出,重新进入在刷新就欧克了),然后打开postman

如图:URL复制粘贴把

  中间这部分换成自己的如:localhost:8080

复制(token中Form Data):

client_id   pv

client_ secret  123456

grant. type   password

scopes   server

username   system

password   123

 

粘贴如图:

Send运行:access_token:就是本地token