Commit c442e164 by yangjian

短信发送记录,不传开始结束时间null,不然报错

parent 3f0a9901
...@@ -36,8 +36,8 @@ public class TestGetTenantSmsRecordPage extends XMBaseTest { ...@@ -36,8 +36,8 @@ public class TestGetTenantSmsRecordPage extends XMBaseTest {
JSONObject object = new JSONObject(); JSONObject object = new JSONObject();
object.put("current",0); object.put("current",0);
object.put("size",20); object.put("size",20);
object.put("beginTime",null); //object.put("beginTime",null);
object.put("endTime",null); //object.put("endTime",null);
object.put("msgTypes",null); object.put("msgTypes",null);
object.put("studioId",xmAppApi.getLoginInfo().getStudioId()); object.put("studioId",xmAppApi.getLoginInfo().getStudioId());
object.put("brandId",xmAppApi.getLoginInfo().getBrandId()); object.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