diff --git a/FlyCube/MpApi/Controller/LoginController.class.php b/FlyCube/MpApi/Controller/LoginController.class.php index a104e30..3f43dab 100644 --- a/FlyCube/MpApi/Controller/LoginController.class.php +++ b/FlyCube/MpApi/Controller/LoginController.class.php @@ -17,9 +17,6 @@ class LoginController extends Controller { header("Access-Control-Allow-Origin: " . C('LimitApi')); //请求域名限制 header('Access-Control-Allow-Headers:Token'); //token请求头 - //账号不存在或已注销 - echo json_encode(array('status' => 0, 'msg' => "登陆失败"), JSON_UNESCAPED_UNICODE); - exit; if (!$_POST['username']) { echo json_encode(array('status' => 0, 'msg' => '用户名不能为空'), JSON_UNESCAPED_UNICODE); diff --git a/app-debug.apk b/app-debug.apk new file mode 100644 index 0000000..71c4714 Binary files /dev/null and b/app-debug.apk differ diff --git a/nginx.htaccess b/nginx.htaccess new file mode 100644 index 0000000..e69de29