记录了 postMan 的使用方法
①②③④⑤⑥⑦⑧⑨⑩⑪⑫⑬⑭⑮⑯⑰⑱⑲⑳✕✓✔✖
通过 login 得到全局 tonken
可以设置全局或者局部的。局部变量的好处是可以根据不同的测试脚本进行测试。
http://localhost:8080/oauth/token?username=admin&password=admin
这里配置了用 admin 得 token
有两种方法,都行
postman.setGlobalVariable('token', data.token);
设置 authorization
如果不进行下面的设置会报错
setting->General->SSL certificate verification =off