diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index 1ded2361b..7c5cab446 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -182,8 +182,8 @@ class UserController extends BaseController { ); } else { $data = array( - 'status' => 0, - 'msg' => '号码已绑定其他推广员', + 'status' => 2, + 'msg' => '登录成功', ); } }