family transfer
This commit is contained in:
@@ -340,6 +340,8 @@ define('WRENCHBOARD_MOBILE_PURCHASEHX', 15049);
|
||||
|
||||
define('WRENCHBOARD_FAMILY_LIST', 22010);
|
||||
define('WRENCHBOARD_FAMILY_WALLET', 22012);
|
||||
define('WRENCHBOARD_FAMILY_TRANSFERSTART', 22013);
|
||||
define('WRENCHBOARD_FAMILY_TRANSFER', 22014);
|
||||
|
||||
define('WRENCHBOARD_FAMILY_ADD', 22015);
|
||||
define('WRENCHBOARD_FAMILY_UPDATE', 22020);
|
||||
|
||||
@@ -105,6 +105,9 @@ $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/familytransferstart', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familytransfer', '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