我试图从帖子中获取任何人尝试的数据
{ “名”:“武”, “时代”: “15”, “国”:“意大利” }
我想从帖子中获取值sash,有什么想法吗?
只找回复...
http://wiremock.org/docs/request-matching/ 买我不想回复,我想要数据。
我想要点什么:
String name = wiremock.withRequestBody(name()); 打印名称 - >武
这样的事情: Body postBody = aResponse()。withBody(matching(“[?(@。name]”));
我正试图从POST获取数据,如curl -i -H“Accept:application / json”-H“Content-Type:application / json”-X POST -d“{'json':{' name':'sasha'}}“127.0.0.1:8080/to/post我想得到sasha