Commit 358b099f authored by 张艳玲's avatar 张艳玲

update

parent b181f403
......@@ -37,7 +37,8 @@ public class Pay {
//付款中间页判断
Response response = network.getResponse(PAY_GETMIDDLEDETAIL);
int skipType = response.jsonPath().getInt("data.skipType");
Assert.assertEquals(skipType,2,network.message(PAY_GETMIDDLEDETAIL,"付款中间页:不是2020新版",response.body().asString()));
System.out.println();
Assert.assertEquals(skipType,1,network.message(PAY_GETMIDDLEDETAIL,"付款中间页:不是2020新版",response.body().asString()));
//会员类型版本判断
Map<String, Object> params = new HashMap<String, Object>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment