add-api-BizLicense
This commit is contained in:
@@ -7,4 +7,11 @@ class Welcome extends CI_Controller {
|
||||
{
|
||||
$this->load->view('welcome_message');
|
||||
}
|
||||
|
||||
public function test(){
|
||||
$this->load->library('TcOrc');
|
||||
$img = '';
|
||||
$result = $this->tcorc->BizLicense($img);
|
||||
print_r($result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user