Result withdraw

This commit is contained in:
CHIEFSOFT\ameye
2023-08-26 18:13:12 -04:00
parent ac4f4af7f5
commit b5f1d9e0a7
4 changed files with 213 additions and 33 deletions
+11
View File
@@ -169,6 +169,17 @@ export class WrenchService {
return this.getPostData("jobmanageroffers", usrData);
}
recipientAccount(usrData){
return this.getPostData("recipients", usrData);
}
sendMoneyFee(usrData){
return this.getPostData("sendmoneyfee", usrData);
}
sendMoneyAction(sendmoneyData){
return this.getPostData("sendmoney", sendmoneyData);
}
// END POINT FOR WORKER TO MARK TASK AS COMPLETED
workerJobAction(reqData) {
var postData = {