added media tab on assign task to kid
This commit was merged in pull request #677.
This commit is contained in:
@@ -1330,6 +1330,19 @@ class usersService {
|
||||
};
|
||||
return this.postAuxEnd("/familywallet/redeem/options", postData);
|
||||
}
|
||||
|
||||
// API FUNCTION FOR PARENT TO CALL COMMON MEDIA
|
||||
getParentCommonMedia() {
|
||||
var postData = {
|
||||
uid: localStorage.getItem("uid"),
|
||||
member_id: localStorage.getItem("member_id"),
|
||||
sessionid: localStorage.getItem("session_token"),
|
||||
action: apiConst.WRENCHBOARD_ACCOUNT_FAMILY_RESOURCES,
|
||||
offset: 1,
|
||||
limit: 20,
|
||||
};
|
||||
return this.postAuxEnd("/commonmedia", postData);
|
||||
}
|
||||
|
||||
/*
|
||||
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)
|
||||
|
||||
Reference in New Issue
Block a user