jobmessage
This commit is contained in:
@@ -336,6 +336,7 @@ define('WRENCHBOARD_MOBILE_ACTIVEJOB', 15020);
|
||||
define('WRENCHBOARD_MOBILE_LOADPROFILE', 15030);
|
||||
define('WRENCHBOARD_MOBILE_UPDATEPROFILE',15031);
|
||||
define('WRENCHBOARD_MOBILE_ACCOUNT', 15040);
|
||||
define('WRENCHBOARD_MOBILE_JOB_MESSAGE', 15044);
|
||||
define('WRENCHBOARD_MOBILE_MESSAGE', 15045);
|
||||
define('WRENCHBOARD_MOBILE_PAYMENTHX', 15046);
|
||||
define('WRENCHBOARD_MOBILE_TASKMESSAGE', 15047);
|
||||
|
||||
@@ -80,6 +80,7 @@ $routes->post('/en/wrench/api/v1/loadprofile', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/updateprofile', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/account', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/message', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/jobmessage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user