Skip to content

Commit

Permalink
支持同一域名地址下,多接口单次导出解析
Browse files Browse the repository at this point in the history
  • Loading branch information
liyinchigithub committed Oct 30, 2022
1 parent 37c05fb commit 3d5a4cb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,23 @@ npm install
使用charles抓包工具
---

#### 将抓包内容,从charles中导出
#### 将抓包内容,从Charles中导出单个接口

![img](./static/image/导出文件.jpg)

>注意:导出请求格式为:JSON Session File(.chlsj),保存至Charles2Postman目录下File文件夹中。
>注意:导出请求格式为 JSON Session File(.chlsj),保存至Charles2Postman目录下File文件夹中。
#### 将抓包内容,从Charles中导出某个域名下所有接口

![img](./static/image/支持多接口单次导出.jpg)

>1.4.0版本后支持多接口单次导出,即可解析所有charles数据接口
#### 选择导出格式为".chlsj"

![img](./static/image/导出文件到File.jpg)


![img](./static/image/支持多接口单次导出.jpg)

#### 将导出文件,保存至File文件夹中

Expand Down

0 comments on commit 3d5a4cb

Please sign in to comment.