彭俊 hace 6 años
padre
commit
b0d6a7ee0d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Application/Api/Controller/Account.php

+ 2 - 0
Application/Api/Controller/Account.php

@@ -45,6 +45,8 @@ class Account extends BaseController {
      */
     public function Login() {
         $result = $this->accountManager->login($_POST['account'], $_POST['password']);
+
+        dd($result);
         //$result = $this->accountManager->login('x0053', '123456');
 
         /*if ($result['status'] == 1) {