我是Postman的新手,(直到今天为止从未使用过它)
我希望此API请求通过Postman(漂亮的输出)运行
curl -X GET http://localhost/api/myapi/subnets/ --header "token: token"
通过邮递员,我可以轻松获得此令牌:
http://localhost/api/myapi/user/
输出:
{
"code": 200,
"success": true,
"data": {
"token": "token",
"expires": "2019-09-13 19:29:55"
},
"time": 0.013
}
但是我不知道如何将--header "token:token"
部分传递给Postman
我尝试了Stack Overflow的一些建议,但似乎都没有用。
答案 0 :(得分:1)
答案 1 :(得分:0)
在以下链接上找到它:https://www.quora.com/How-can-I-convert-cURL-code-to-Postman
http://localhost/api/myapi/subnets/?Authorization= token