欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

请求大数据接口挡板

程序员文章站 2022-05-30 21:52:42
...
java -jar moco-runner-1.1.0-standalone.jar http -p 8888 -c test.json


[
    {
        "description":"请求数据接口挡板",
        "request":{
            "uri":"/zztj-recruitment-external-webserver/rcrt/openApi/v/resume/deliverResume",
            "method":"post"
        },
        "response":{
            "json":{
                "responseCode":"10001",
                "responseMsg":"请求成功",
                "data":{
                    "acceptId":"11",
                    "candidateId":"22",
                    "resumeId":"33"
                }
            }
        }
    }
]