Label : ps

This commit is contained in:
VE10-Sanjeev 2022-12-16 15:48:09 +05:30
parent b008d91eb2
commit 9947085d72

View File

@ -2574,7 +2574,7 @@ $this->load->view("digital_locker",$view_data);
// print_r($details);
$reponse_data['dataStatus'] = true;
$reponse_data['status'] = REST_Controller::HTTP_OK;
$reponse_data['msg'] = $details;
$reponse_data['records'] = $details;
}else{
$reponse_data['dataStatus'] = false;
$reponse_data['status'] = REST_Controller::HTTP_NO_CONTENT;