family list

This commit is contained in:
CHIEFSOFT\ameye
2023-07-30 20:54:42 -04:00
parent ef233b0028
commit fcdf487c90
3 changed files with 39 additions and 5 deletions
+3
View File
@@ -42,6 +42,9 @@ export class WrenchService {
return this.getPostData('homebanners',usrData);
}
getFamilyList(usrData) {
return this.getPostData("familylist", usrData);
}
getUserWallets(usrData) {
return this.getPostData("getwallets", usrData);
}