WRENCHBOARD_VIRTUAL_FAMILY_CARD

This commit is contained in:
CHIEFSOFT\ameye
2024-11-02 03:40:26 -04:00
parent cbccd8b085
commit 8bf1a6f3f7
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -272,6 +272,7 @@ define('WRENCHBOARD_ACCOUNT_MYPAGE', 11070);
define('WRENCHBOARD_ACCOUNT_PAGEINTRO', 11071);
const WRENCHBOARD_VIRTUAL_CARDADD = 11080;
const WRENCHBOARD_VIRTUAL_FAMILY_CARD = 11082;
define('WRENCHBOARD_ACCOUNT_PRICE_COMBO', 11171);
define('WRENCHBOARD_ACCOUNT_JOBPOST_DURATION', 11173);
+1
View File
@@ -112,6 +112,7 @@ $routes->group('/en/wrench/api/v1/', static function ($routes) {
$routes->post('kidwallets', 'WrenchWallet::getKidWallet');
$routes->post('wallets/escrols', 'WrenchWallet::getEscrols');
$routes->post('wallets/card/request', 'WrenchWallet::requestVirtualCard');
$routes->post('wallets/card/familyrequest', 'WrenchWallet::requestFamilyVirtualCard');
});
$routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::redeemOptions');