Authored by caoyan

测试用

@@ -95,7 +95,8 @@ public class MessageFacade { @@ -95,7 +95,8 @@ public class MessageFacade {
95 attr.setInboxId(inboxId); 95 attr.setInboxId(inboxId);
96 attr.setUid(Integer.parseInt(ownerUid)); 96 attr.setUid(Integer.parseInt(ownerUid));
97 JSONObject jo = new JSONObject(); 97 JSONObject jo = new JSONObject();
98 - jo.put("finalTime", DateUtil.getCurrentTimeSecond() + 3*24*60*60);//3天后 98 +// jo.put("finalTime", DateUtil.getCurrentTimeSecond() + 3*24*60*60);//3天后
  99 + jo.put("finalTime", DateUtil.getCurrentTimeSecond() + 10*60);//10分钟
99 jo.put("tagId", tagId); 100 jo.put("tagId", tagId);
100 jo.put("nfcUid", nfcUid); 101 jo.put("nfcUid", nfcUid);
101 jo.put("fromUid", ownerUid); 102 jo.put("fromUid", ownerUid);