Added API for sending offer interest message

This commit was merged in pull request #204.
This commit is contained in:
victorAnumudu
2023-06-23 20:51:37 +01:00
parent 87430f530d
commit cfec230ce3
2 changed files with 71 additions and 15 deletions
+12
View File
@@ -729,6 +729,18 @@ class usersService {
};
return this.postAuxEnd("/paylistcard", postData);
}
// END POINT TO SEND AND GET OFFER INTEREST MESSAGE
offerInterestMsg(reqData) {
var postData = {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
action: 13037,
...reqData
};
return this.postAuxEnd("/offerinterestmsg", postData);
}
/*
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(password)