Family backend

This commit is contained in:
CHIEFSOFT\ameye
2023-05-08 11:22:30 -04:00
parent bf705cef5b
commit aa2a1a2f5c
10 changed files with 158 additions and 1 deletions
+4
View File
@@ -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);
+4
View File
@@ -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');