Parents suggested list

This commit is contained in:
CHIEFSOFT\ameye
2023-07-04 11:22:36 -04:00
parent af42a41725
commit 0f03f943f9
6 changed files with 74 additions and 2 deletions
+1
View File
@@ -299,6 +299,7 @@ define('WRENCHBOARD_FAMILY_MANAGE', 22025);
define('WRENCHBOARD_FAMILY_SAMPLETASKS', 22027);
define('WRENCHBOARD_FAMILY_SGGESTTASKS', 22028);
define('WRENCHBOARD_FAMILY_SGGESTLIST', 22029);
define('WRENCHBOARD_FAMILY_SGGESTWAITING', 22030);
define('WRENCHBOARD_SMONEY_ADDRECIPIENT', 33010);
define('WRENCHBOARD_SMONEY_MEMBER', 33020);
+1
View File
@@ -101,6 +101,7 @@ $routes->post('/en/wrench/api/v1/familymanage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysampletasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysuggesttasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysuggestlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familywaitingtasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');