Commit 141ff1f8 by yangjian

查看售卖记录-消耗次数详情参数问题

parent 86be8576
...@@ -33,7 +33,7 @@ public class TestFetchPageOfConsumeRecord extends XMBaseTest { ...@@ -33,7 +33,7 @@ public class TestFetchPageOfConsumeRecord extends XMBaseTest {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("current",0); jsonObject.put("current",0);
jsonObject.put("size",20); jsonObject.put("size",20);
jsonObject.put("benefitId",benefitId);//5969 有点问题 是列表形式 jsonObject.put("benefitId",benefitId);
jsonObject.put("memberCardId",memberCardId); jsonObject.put("memberCardId",memberCardId);
jsonObject.put("brandId",xmAppApi.getLoginInfo().getBrandId()); jsonObject.put("brandId",xmAppApi.getLoginInfo().getBrandId());
jsonObject.put("studioId",xmAppApi.getLoginInfo().getStudioId()); jsonObject.put("studioId",xmAppApi.getLoginInfo().getStudioId());
......
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