yi.wang

调用推送接口

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