├── .gitignore ├── Charles2Postman.docx ├── File ├── charles测试文件-端口号.chlsj ├── charles测试文件.chlsj └── 丁香医生.chlsj ├── LICENSE ├── README.md ├── index.js ├── outputFile └── postman_collection.json ├── package.json ├── run.bat ├── run.sh └── static └── image ├── windows双击bat文件.jpg ├── 导出文件.jpg ├── 导出文件到File.jpg ├── 导出文件到File例子.jpg ├── 将postman_collection.json导入postman中.jpg ├── 开始转换.jpg ├── 支持多接口单次导出.jpg ├── 最终效果.jpg └── 转换后文件输出位置.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/.gitignore -------------------------------------------------------------------------------- /Charles2Postman.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/Charles2Postman.docx -------------------------------------------------------------------------------- /File/charles测试文件-端口号.chlsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/File/charles测试文件-端口号.chlsj -------------------------------------------------------------------------------- /File/charles测试文件.chlsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/File/charles测试文件.chlsj -------------------------------------------------------------------------------- /File/丁香医生.chlsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/File/丁香医生.chlsj -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/index.js -------------------------------------------------------------------------------- /outputFile/postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/outputFile/postman_collection.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/package.json -------------------------------------------------------------------------------- /run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/run.bat -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/run.sh -------------------------------------------------------------------------------- /static/image/windows双击bat文件.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/windows双击bat文件.jpg -------------------------------------------------------------------------------- /static/image/导出文件.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/导出文件.jpg -------------------------------------------------------------------------------- /static/image/导出文件到File.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/导出文件到File.jpg -------------------------------------------------------------------------------- /static/image/导出文件到File例子.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/导出文件到File例子.jpg -------------------------------------------------------------------------------- /static/image/将postman_collection.json导入postman中.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/将postman_collection.json导入postman中.jpg -------------------------------------------------------------------------------- /static/image/开始转换.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/开始转换.jpg -------------------------------------------------------------------------------- /static/image/支持多接口单次导出.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/支持多接口单次导出.jpg -------------------------------------------------------------------------------- /static/image/最终效果.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/最终效果.jpg -------------------------------------------------------------------------------- /static/image/转换后文件输出位置.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyinchigithub/Charles2Postman/HEAD/static/image/转换后文件输出位置.jpg --------------------------------------------------------------------------------