问题:在F12中复制了URL和接口字段,复制至postman中,报错:401,认证失败,无法访问系统资源

解决办法:

postman的请求消息中没有Authorization:对应的信息,一般是需要登录系统,没有权限导致的。这时候需要登录系统,然后找到Authorization,复制对应的值到postman

复制到postman的authorization-->token中

OK再次访问就成功啦~

更多推荐