Commit 0007c990 authored by xiamengchen's avatar xiamengchen

Merge branch 'master' into feature/20210728-xmc

parents 63e9681a d9fee805
......@@ -1420,6 +1420,8 @@ public class SaveLive implements Authorization {
Params.put("num",2);
Params.put("showAmount",1000);
Params.put("showMaxAmount",1000);
Params.put("poolType",1);
Params.put("freeNum",1);
Response response = network.postResponse(Params, BasicConfig.MANAGER_flipWord);
boolean data = response.jsonPath().getBoolean("data");
System.out.println(data);
......
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