瀏覽代碼

no message

MS-PDRLKVHCADMG\Administrator 5 年之前
父節點
當前提交
d399087d1b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/application/controllers/Common.php

+ 1 - 0
api/application/controllers/Common.php

@@ -37,6 +37,7 @@ class Common extends CI_Controller {
     }
 
     public function login() {
+        $this->load->model('Company_model');
         $username = $this->input->post('username',true);
         $password = $this->input->post('password',true);
         $client_key = $this->input->post('client_key',true);