Commit ba63bd49 by xyy

与其他case冲突,优化

parent 295a9022
...@@ -97,7 +97,7 @@ public class TestSingleReserveByDeposit extends BaseTestImpl { ...@@ -97,7 +97,7 @@ public class TestSingleReserveByDeposit extends BaseTestImpl {
body.put("memberId",memberId);//会员id body.put("memberId",memberId);//会员id
body.put("objectId", RandomStringUtil.randomString(16)); body.put("objectId", RandomStringUtil.randomString(16));
body.put("receivableAmount","0.00"); body.put("receivableAmount","0.00");
body.put("scheduleStartTime",CommUtil.oneKeyGetAddDay(1));//约课开始时间:隔 body.put("scheduleStartTime",CommUtil.oneKeyGetAddDay(2));//约课开始时间:当前后2
body.put("spanMinutes",10); body.put("spanMinutes",10);
body.put("studioId",xmAppApi.getLoginInfo().getStudioId()); body.put("studioId",xmAppApi.getLoginInfo().getStudioId());
body.put("brandId",xmAppApi.getLoginInfo().getBrandId()); body.put("brandId",xmAppApi.getLoginInfo().getBrandId());
......
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