Commit 12afc8b3 authored by 钱雯君's avatar 钱雯君

Merge branch 'develop' of http://gitlab2.dui88.com/mabo/test-platform into develop

parents feaea671 15a1028f
......@@ -83,6 +83,7 @@ public class 种红包新用户_AccessTest extends DuibaTestBase{
//获取种植获得金额
response = seedRedPacketService.reap(cookies,"1",orderId);
response.prettyPrint();
String isDecr = response.jsonPath().getString("data.isDecr");
String isFirstReap = response.jsonPath().getString("data.isFirstReap");
String redPacketAmount = response.jsonPath().getString("data.redPacketAmount");
......
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