And point added
This commit is contained in:
@@ -57,6 +57,7 @@ $routes->post('/en/wrench/api/v1/account', 'WrenchApi::apigate');
|
|||||||
$routes->post('/en/wrench/api/v1/message', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/message', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/pendingjob', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/paymenthx', 'WrenchApi::apigate');
|
||||||
|
$routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
|
||||||
|
|
||||||
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/getjob', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/mybanklist', 'WrenchApi::apigate');
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ class WrenchApi extends BaseController
|
|||||||
'message' => ['POST'],
|
'message' => ['POST'],
|
||||||
'pendingjob' => ['POST'],
|
'pendingjob' => ['POST'],
|
||||||
'paymenthx' => ['POST'],
|
'paymenthx' => ['POST'],
|
||||||
|
'purchasehx' => ['POST'],
|
||||||
'getjob' => ['POST'],
|
'getjob' => ['POST'],
|
||||||
'mybanklist' => ['POST'],
|
'mybanklist' => ['POST'],
|
||||||
'sendmoney' => ['POST'],
|
'sendmoney' => ['POST'],
|
||||||
@@ -204,6 +205,8 @@ class WrenchApi extends BaseController
|
|||||||
break;
|
break;
|
||||||
case 'paymenthx': $in["action"] = WRENCHBOARD_MOBILE_PAYMENTHX;
|
case 'paymenthx': $in["action"] = WRENCHBOARD_MOBILE_PAYMENTHX;
|
||||||
|
|
||||||
|
break;
|
||||||
|
case 'purchasehx': $in["action"] = WRENCHBOARD_MOBILE_PURCHASEHX;
|
||||||
break;
|
break;
|
||||||
case 'getjobsdata': $in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
|
case 'getjobsdata': $in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user