Resource Starter

This commit is contained in:
CHIEFSOFT\ameye
2023-06-26 13:36:43 -04:00
parent 3f6a391d30
commit c4c5c7967e
2 changed files with 33 additions and 5 deletions
+12 -1
View File
@@ -289,7 +289,18 @@ class usersService {
};
return this.postAuxEnd("/jobmanageroffers", postData);
}
//
getResourceList() { // jobs you have shown inteterest in
var postData = {
uuid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
page: 0,
offset: 0,
limit: 100,
};
return this.postAuxEnd("/resources", postData);
}
getMyWiatingJobList() { // jobs you have shown inteterest in
var postData = {
uuid: localStorage.getItem("uid"),