Set preferences
This commit is contained in:
@@ -256,8 +256,8 @@ define('WRENCHBOARD_ACCOUNT_PREPARE_TOPUP', 11062);
|
||||
define('WRENCHBOARD_ACCOUNT_COMPLETE_TOPUP', 11063);
|
||||
define('WRENCHBOARD_ACCOUNT_REFFERHX', 11064);
|
||||
|
||||
define('WRENCHBOARD_ACCOUNT_PREFERENCES', 11065);
|
||||
|
||||
define('WRENCHBOARD_ACCOUNT_PREFERENCES', 11065);
|
||||
define('WRENCHBOARD_ACCOUNT_UPDATE_PREFS', 11066);
|
||||
|
||||
define('WRENCHBOARD_ACCOUNT_MYPAGE', 11070);
|
||||
define('WRENCHBOARD_ACCOUNT_PAGEINTRO', 11071);
|
||||
|
||||
@@ -94,6 +94,8 @@ $routes->post('/en/wrench/api/v1/starttopup', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/topupresult', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/preferences', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/setpreferences', 'WrenchApi::apigate');
|
||||
|
||||
|
||||
$routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user