wallet functions
This commit is contained in:
@@ -117,8 +117,15 @@ $routes->post('/en/wrench/api/v1/mypageintro', '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/familywallet/redeem', 'WrenchWallet::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate'); // to be retired
|
||||
|
||||
$routes->post('/en/wrench/api/v1/wallets', 'WrenchWallet::getWallet');
|
||||
$routes->post('/en/wrench/api/v1/wallets/escrols', 'WrenchWallet::getEscrols');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::redeemOptions');
|
||||
$routes->post('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::redeemOptions');
|
||||
$routes->post('/en/wrench/api/v1/familywallet', 'WrenchWallet::getWallet');
|
||||
//$routes->get('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate');
|
||||
|
||||
|
||||
@@ -162,7 +169,7 @@ $routes->post('/en/wrench/api/v1/taskmessage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/sendtaskmessage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/activejobmsglist', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/sitecontact', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/signupcountry', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/userscards', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user