get kids wallet

This commit is contained in:
CHIEFSOFT\ameye
2024-10-16 12:32:38 -04:00
parent 7a3e63be7b
commit 99ff27508f
2 changed files with 84 additions and 62 deletions
+3
View File
@@ -107,6 +107,9 @@ $routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi
$routes->post('/en/wrench/api/v1/wallets', 'WrenchWallet::getWallet');
$routes->post('/en/wrench/api/v1/kidwallets', 'WrenchWallet::getKidWallet');
$routes->post('/en/wrench/api/v1/wallets/escrols', 'WrenchWallet::getEscrols');
$routes->post('/en/wrench/api/v1/wallets/card/request', 'WrenchWallet::requestVirtualCard');
$routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::redeemOptions');
$routes->post('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::redeemOptions');