Added job backends

This commit is contained in:
CHIEFSOFT\ameye
2023-05-19 13:02:39 -04:00
parent 331cc1a878
commit 7bb38b177e
3 changed files with 16 additions and 4 deletions
+11 -3
View File
@@ -113,6 +113,17 @@ long jobs_calls(CVars in, CVars &out) {
return WrenchReplyMessage(in, out);
break;
case WRENCHBOARD_JOB_EXTEND_EXPIRE:
break;
case WRENCHBOARD_JOB_RESEND_MESSAGE:
break;
case WRENCHBOARD_JOB_CANCEL_OFFER:
break;
}
logfmt(logINFO, "/jobs_calls()");
return 0;
@@ -145,7 +156,6 @@ long WrenchJobPostAgree(CVars in, CVars &out) {
return ret;
}
long WrenchReplyMessage(CVars in, CVars &out) {
long member_id = REQ_LONG(in, "member_id", 1, -1);
long message_id = REQ_LONG(in, "message_id", 1, -1);
@@ -1127,8 +1137,6 @@ long WrenchAddJobsGroupMember(CVars in, CVars &out) {
return ret;
}
//
long WrenchDeleteJobs(CVars in, CVars &out) {
long ret = PHP_API_BAD_PARAM;
long member_id = REQ_LONG(in, "member_id", 1, -1);