yi.wang

调用推送接口

...@@ -297,7 +297,7 @@ public class ApiService { ...@@ -297,7 +297,7 @@ public class ApiService {
297 String nDate = DateUtils.formatDate(noticeDate,"yyyy-MM-dd HH:mm:ss"); 297 String nDate = DateUtils.formatDate(noticeDate,"yyyy-MM-dd HH:mm:ss");
298 receiptMessage.setNoticeDate(nDate); 298 receiptMessage.setNoticeDate(nDate);
299 } 299 }
300 - this.sendCustoms(token,receiptMessageList); 300 + sendCustoms(token,receiptMessageList);
301 } 301 }
302 } 302 }
303 /** 303 /**
...@@ -311,6 +311,6 @@ public class ApiService { ...@@ -311,6 +311,6 @@ public class ApiService {
311 if (declearTaskList == null){ 311 if (declearTaskList == null){
312 return; 312 return;
313 } 313 }
314 - this.pushMawbAcc(token,declearTaskList); 314 + pushMawbAcc(token,declearTaskList);
315 } 315 }
316 } 316 }
......