Family backend
This commit is contained in:
@@ -264,6 +264,10 @@ define('WRENCHBOARD_MOBILE_TASKMESSAGE', 15047);
|
||||
define('WRENCHBOARD_MOBILE_SENDTASKMESSAGE', 15048);
|
||||
define('WRENCHBOARD_MOBILE_PURCHASEHX', 15049);
|
||||
|
||||
define('WRENCHBOARD_FAMILY_LIST', 22010);
|
||||
define('WRENCHBOARD_FAMILY_ADD', 22015);
|
||||
define('WRENCHBOARD_FAMILY_UPDATE', 22020);
|
||||
define('WRENCHBOARD_FAMILY_MANAGE', 22025);
|
||||
|
||||
define('WRENCHBOARD_SMONEY_ADDRECIPIENT', 33010);
|
||||
define('WRENCHBOARD_SMONEY_MEMBER', 33020);
|
||||
|
||||
@@ -76,6 +76,10 @@ $routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/jobmanageroffers', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familyadd', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familyupdate', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familymanage', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user