family wallet redeem
This commit is contained in:
@@ -117,6 +117,11 @@ $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/familyresources', 'WrenchResources::familyresources');
|
||||
$routes->post('/en/wrench/api/v1/familybanners', 'WrenchBanners::apigate'); // class WrenchBanners WrenchApi
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
class WrenchWallet extends BaseController
|
||||
{
|
||||
|
||||
public function aigate(){
|
||||
|
||||
return ['aaa'=>'bbbbb'];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user