推荐一个postman导出markdown的方法:
(1.)打开postman,点击导出
(2.)选择conllection2 ,或者2.1
(3.) 安装pip for python2.7
sudo apt update
sudo apt install python-pip
pip --version
(4.) 转换json到markdown
postdown xxx.json xxx.md
(5.)将md部署到mindoc上
https://github.com/TitorX/Postdown
原文:https://www.cnblogs.com/tomtellyou/p/12855776.html