Pending Job Manage
This commit is contained in:
@@ -242,6 +242,10 @@ define('WRENCHBOARD_JOB_MRKTINT_QUEST',13037);
|
||||
define('WRENCHBOARD_JOB_REPLY_QUESTION',13038);
|
||||
//define('WRENCHBOARD_JOB_REPLY_QUESTION',13038);
|
||||
|
||||
define('WRENCHBOARD_JOB_EXTEND_EXPIRE' ,13041);
|
||||
define('WRENCHBOARD_JOB_RESEND_MESSAGE',13042);
|
||||
define('WRENCHBOARD_JOB_CANCEL_OFFER' ,13043);
|
||||
|
||||
//define('WRENCHBOARD_JOB_SEND_QUESTION',13036);
|
||||
|
||||
define('WRENCHBOARD_GROUP_START', 12000);
|
||||
|
||||
@@ -121,6 +121,9 @@ $routes->post('/en/wrench/api/v1/replyinterestmessage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/disableaccount', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/myjobs', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/pendingjobextend', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/pendingjobsendtome','WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/pendingjobcancel', 'WrenchApi::apigate');
|
||||
|
||||
//$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
|
||||
//$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');
|
||||
|
||||
Reference in New Issue
Block a user