Postman解决token传参问题 1、先复制登录的时候拿到的token,然后在发送请求的headers头部添加: key:Authorization value:输入你的token值 2、然后编辑参数就可以了