Vdo log message : pd

This commit is contained in:
VE10-Sanjeev 2022-11-16 14:47:01 +05:30
parent 00a58cb95c
commit 48f8b71ecc

View File

@ -9102,19 +9102,19 @@ class PD_Controller extends REST_Controller
else{
$data['dataStatus'] = false;
$data['status'] = REST_Controller::HTTP_NOT_FOUND;
$data['msg'] = 'Something Wrong. Try Later! 1';
$data['msg'] = 'Something Wrong. Try Later! ID not Found';
$this->response($data, REST_Controller::HTTP_OK);
}
}else{
$data['dataStatus'] = false;
$data['status'] = REST_Controller::HTTP_NOT_FOUND;
$data['msg'] = 'Something Wrong. Try Later! 2';
$data['msg'] = 'Something Wrong. Try Later! S3 Url Not Found';
$this->response($data, REST_Controller::HTTP_OK);
}
} else {
$data['dataStatus'] = false;
$data['status'] = REST_Controller::HTTP_NOT_FOUND;
$data['msg'] = 'Something Wrong. Try Later! 3';
$data['msg'] = 'Something Wrong. Try Later! Can`t Upload The file';
$this->response($data, REST_Controller::HTTP_OK);
}
} else {