Mir*_*ciu 11
我发布了一个例子:
Response response = given().
queryParam("apiKey", "abc123").
queryParam("code", code).
queryParam("type", type).
contentType("application/json").
log().all().
when().
get(url).
then().
contentType("application/json").
statusCode(200).
extract().response();
Run Code Online (Sandbox Code Playgroud)
抱歉,愚蠢的问题(或我的愿景问题),所有内容都记录在以下位置:
| 归档时间: |
|
| 查看次数: |
11842 次 |
| 最近记录: |