-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【测试中】线上数据的导出方式 #27
Comments
看来要用在线版的话需要找一个其他替代产品了 |
转用apifox吧,可以直接导入NEI数据,mock、测试、接口管理都挺好的 |
❤️ ❤️ ❤️ 谢谢推荐,apifox 整体感觉很高级,维护、发版也很频繁,社区也很活跃,还免费不限功能、不限人数,Apifox = Postman + Swagger + Mock + JMeter
|
我这里碰到了一个问题,导入小文件正常的,导入大文件(1.6M,6万多行的json文件)时会失败,提示消息是:服务器内部错误。 |
刚发现NEI关了打不开了,请问现在还可以导出数据吗? |
服务已经下线了,你这是多长时间没登录啊,之前提示下线通知放了两个月.... |
/api/exportjson |
/api/exportjson 这个api的功能可否放在开源库里头呀,私有化部署的项目需要导出 |
数据导出
导出接口为
其中
key
是项目的 key,可以在项目的设置
页面找到,比如官方的 Todo Demo,设置页面是 https://nei.netease.com/project/tool/?pid=18754,key 为87d651ed3ddf6e54b675a7c56f6d3003
,所以这个项目的导出数据地址为:https://nei.netease.com/api/exportjson?key=87d651ed3ddf6e54b675a7c56f6d3003
数据导入
可以自己编写脚本批量导入,也可以使用NEI页面的导入功能,导入接口地址和请求参数可以参考NEI页面的导入功能:
https://neires.nos-eastchina1.126.net/nei_import_step1.png
https://neires.nos-eastchina1.126.net/nei_import_step2.png
数据格式说明
请参考这个文档
注意
The text was updated successfully, but these errors were encountered: