Family wallet
This commit is contained in:
@@ -339,6 +339,8 @@ define('WRENCHBOARD_MOBILE_SENDTASKMESSAGE', 15048);
|
||||
define('WRENCHBOARD_MOBILE_PURCHASEHX', 15049);
|
||||
|
||||
define('WRENCHBOARD_FAMILY_LIST', 22010);
|
||||
define('WRENCHBOARD_FAMILY_WALLET', 22012);
|
||||
|
||||
define('WRENCHBOARD_FAMILY_ADD', 22015);
|
||||
define('WRENCHBOARD_FAMILY_UPDATE', 22020);
|
||||
define('WRENCHBOARD_FAMILY_MANAGE', 22025);
|
||||
|
||||
@@ -103,6 +103,8 @@ $routes->post('/en/wrench/api/v1/activetaskslist', 'WrenchApi::apigate');
|
||||
|
||||
|
||||
$routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familywallet', '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');
|
||||
|
||||
Reference in New Issue
Block a user