Commit 1b9bf912 by Jansa Jose

j: checker api name issue

parent b15e42a7
...@@ -710,7 +710,7 @@ class Api extends CI_Controller { ...@@ -710,7 +710,7 @@ class Api extends CI_Controller {
public function getCheckerBookList(){ public function getCheckerBookList(){
$data = (array) json_decode(file_get_contents('php://input')); $data = (array) json_decode(file_get_contents('php://input'));
$res = $this->Api_model->getOrganiserBookList($data); $res = $this->Api_model->getCheckerBookList($data);
if(isset($res['data']) && !empty($res['data'])){ if(isset($res['data']) && !empty($res['data'])){
$this->response($res['data']); $this->response($res['data']);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment