add credit

This commit is contained in:
CHIEFSOFT\ameye
2023-12-02 04:58:51 -05:00
parent efb86c10e5
commit 371e7122d8
4 changed files with 72 additions and 15 deletions
+4
View File
@@ -269,6 +269,10 @@ export class WrenchService {
return this.getPostData("familytransfer", reqData);
}
topupResultFLTW(reqData){
return this.getPostData("topupresult", reqData);
}
startCredit(reqData){
return this.getPostData("startcredit", reqData);
}