1 Star 1 Fork 1

UI自动化学习小组 / SwaggerCodeGenDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
1.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
douliyou 提交于 2021-06-29 14:56 . 首次提交代码与配置
{
"mappings": [
{
"request": {
"method": "GET",
"url": "/one"
},
"response": {
"status": 200
}
},
{
"id": "8c5db8b0-2db4-4ad7-a99f-38c9b00da3f7",
"request": {
"url": "/two"
},
"response": {
"body": "Updated"
}
},
{
"request": {
"method": "GET",
"url": "/pet/1"
},
"response": {
"status": 200,
"statusMessage": "Everything was just fine!",
"body": "{\"id\":1,\"category\":{\"id\":1,\"name\":\"Domestic\"},\"name\":\"jackie\",\"photoUrls\":[],\"tags\":[{\"id\":1,\"name\":\"jackie\"}],\"status\":\"available\"}"
}
}
]
}
1
https://gitee.com/ui_automation_learning_group/swagger-code-gen-demo.git
git@gitee.com:ui_automation_learning_group/swagger-code-gen-demo.git
ui_automation_learning_group
swagger-code-gen-demo
SwaggerCodeGenDemo
master

搜索帮助