diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index b88cfbb7f..5ee3035a9 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -174,10 +174,17 @@ class UserController extends BaseController { ); } } else { - $data = array( - 'status' => 1, - 'msg' => '登录成功', - ); + if ($userData['promote_id'] == $promoteId) { + $data = array( + 'status' => 2, + 'msg' => '登录成功!绑定成功', + ); + } else { + $data = array( + 'status' => 0, + 'msg' => '号码已绑定其他推广员', + ); + } } } else { $data = array(