소스 검색

测试登录

彭俊 6 년 전
부모
커밋
b0d6a7ee0d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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) {