Hoe activities
This commit is contained in:
@@ -1031,6 +1031,17 @@ class usersService {
|
||||
return this.postAuxEnd("/payremcard", postData);
|
||||
}
|
||||
|
||||
getHomeRecent() {
|
||||
var postData = {
|
||||
uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
limit: 30,
|
||||
offset: 0,
|
||||
action: 11202,
|
||||
};
|
||||
return this.postAuxEnd("/recentactivities", postData);
|
||||
}
|
||||
// FUNCTION TO GET SINGLE BLOG ITEM
|
||||
getSingleBlogData(reqData) {
|
||||
var postData = {
|
||||
|
||||
Reference in New Issue
Block a user