Commit 47d17e78 by DuJunLi

增加每页查询场地的数量

parent d3ea1012
...@@ -115,7 +115,7 @@ public class VenueAreaTools extends XMBaseTest { ...@@ -115,7 +115,7 @@ public class VenueAreaTools extends XMBaseTest {
JSONObject body= new JSONObject(); JSONObject body= new JSONObject();
body.put("current",0); body.put("current",0);
body.put("size",20); body.put("size",100);
body.put("brandId",dataApi.getLoginInfo().getBrandId()); body.put("brandId",dataApi.getLoginInfo().getBrandId());
body.put("studioId",dataApi.getLoginInfo().getStudioId()); body.put("studioId",dataApi.getLoginInfo().getStudioId());
body.put("operatorId",dataApi.getLoginInfo().getAdminId()); body.put("operatorId",dataApi.getLoginInfo().getAdminId());
......
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