recentlt past due task added
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user