add-api-BizLicense

This commit is contained in:
lccsw
2021-11-28 16:10:12 +08:00
parent 3c8553aefa
commit c81473c037
9 changed files with 447 additions and 70 deletions
+7
View File
@@ -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);
}
}