recentlt past due task added

This commit is contained in:
victorAnumudu
2024-09-30 20:18:51 +01:00
parent 89797cdb3f
commit 4499f2d356
6 changed files with 611 additions and 25 deletions
+11
View File
@@ -1521,6 +1521,17 @@ class usersService {
};
return this.postAuxEnd("/learnmore", postData);
}
// API FUNCTION RECENTLY PAST DUE
getRecentPastDueList() {
var postData = {
member_uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
// action: apiConst.WRENCHBOARD_LOGIN_PROMO,
};
return this.postAuxEnd("/recentpastdue", postData);
}
/*
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)