moco搭建json api网站用于接口测试
2021-05-19 11:27
标签:post request bsp span 原创文章 jar method 链接 attr java -jar moco-runner-1.0.0-standalone.jar http -p 12306 -c config/conf.json 配置文件 [ { "request": { "uri": "/test1", "method": "POST" }, "response": { "json": { "code":"200", "desc":" POST success" } } }, { "request": { "uri": "/test1", "method": "GET", }, "response": { "json": { "code":"200", "desc":" GET success " } } } ] moco搭建json api网站用于接口测试 标签:post request bsp span 原创文章 jar method 链接 attr 原文地址:https://www.cnblogs.com/sui84/p/11710979.html
————————————————
版权声明:本文为CSDN博主「wangyiyice」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/wangyiyice/article/details/53586012
文章标题:moco搭建json api网站用于接口测试
文章链接:http://soscw.com/index.php/essay/87620.html