help data

This commit is contained in:
CHIEFSOFT\ameye
2023-12-04 18:02:53 -05:00
parent 0380019255
commit 80e9011175
5 changed files with 60 additions and 2 deletions
+5
View File
@@ -285,6 +285,11 @@ export class WrenchService {
return this.getPostData("payprevcard", reqData);
}
helpData(reqData){
return this.getPostData("helpdata", reqData);
}
familySuggestList(usrData){
return this.getPostData("familysuggestlist", usrData);
}