Top up result

This commit is contained in:
CHIEFSOFT\ameye
2023-07-28 14:01:25 -04:00
parent 683096e59a
commit 450a733d76
6 changed files with 112 additions and 42 deletions
@@ -166,6 +166,7 @@ abstract class BaseController extends Controller
'activetaskslist' => ['POST'],
'profilepasschange' => ['POST'],
'starttopup' => ['POST'],
'topupresult'=> ['POST'],
'familylist' => ['POST'],
'familyadd' => ['POST'],
'familyupdate' => ['POST'],
+3
View File
@@ -140,6 +140,9 @@ class WrenchApi extends BaseController
case 'starttopup':
$in["action"] = WRENCHBOARD_ACCOUNT_PREPARE_TOPUP;
break;
case 'topupresult':
$in["action"] = WRENCHBOARD_ACCOUNT_TOPUP_RESULT;
break;
case 'profilepasschange':
$in["action"] = WRENCHBOARD_PROFILE_RESETPASS;
break;