tambah function call center
This commit is contained in:
@@ -828,3 +828,15 @@ $router->group(['prefix'=>'kelantanpay'], function () use ($router){
|
||||
$router->get('gadai/customer',['uses'=>'KelantanPayController@index']);
|
||||
$router->post('payment/gadai',['uses'=>'KelantanPayController@postPayment']);
|
||||
});
|
||||
|
||||
$router->group(['prefix'=>'arcc'], function () use ($router){
|
||||
//ARCC API
|
||||
$router->get('datagadai/aktif/{kodcaw}',['uses'=>'CallCenterController@datagadai']);
|
||||
$router->get('cawangan',['uses'=>'CallCenterController@showAllCawangans']);
|
||||
$router->post('insertdatagadai/aktif/{kodcaw}',['uses'=>'CallCenterController@insertdatagadai']);
|
||||
$router->get('getbatchnotis',['uses'=>'CallCenterController@getbatchnotis']);
|
||||
$router->get('senarainotisperingatan',['uses'=>'CallCenterController@senarainotisperingatan']);
|
||||
$router->get('getcawnotis/{notisid}',['uses'=>'CallCenterController@getcawnotis']);
|
||||
$router->get('getcawnotisbycaw',['uses'=>'CallCenterController@getcawnotisbycaw']);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user