Skip to content

Commit

Permalink
fix: images
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Sep 15, 2023
1 parent fea058e commit bb0a6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/software-testing/use-postman-for-api-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Optional<Map<String, Object>> foundMenu = menuList.stream().filter(v -> {
下面以获取 token 接口为例进行说明。

打开登录页面,打开浏览器控制台(按 F12),点击登录按钮,找到获取 token 的接口,然后右键 -> Copy -> Copy as cURL(bash)。
![image.png](https://cdn.nlark.com/yuque/0/2023/png/160590/1694737892655-0ebc74d0-17de-4972-9411-e36697fd5637.png)
![](https://raw.githubusercontent.com/levy9527/image-holder/main/md-image-kit/1694737892655-0ebc74d0-17de-4972-9411-e36697fd5637.png)
再打开 Postman,点击 Import -> Raw text -> 粘贴,即可导入接口。

![image.png](https://cdn.nlark.com/yuque/0/2023/png/160590/1694738073586-9de6f40e-6ddd-4b0a-b330-b807f9cb851b.png)
![](https://raw.githubusercontent.com/levy9527/image-holder/main/md-image-kit/1694738073586-9de6f40e-6ddd-4b0a-b330-b807f9cb851b.png)

### 环境变量

Expand Down

0 comments on commit bb0a6a5

Please sign in to comment.