Commit 1c251863 authored by zhoujun's avatar zhoujun

放开限制

parent 7b431908
Pipeline #1619 passed with stage
in 1 second
...@@ -69,8 +69,8 @@ class AldUserController extends Controller ...@@ -69,8 +69,8 @@ class AldUserController extends Controller
$mobileBindUser = null; $mobileBindUser = null;
} }
if (!empty($mobile) && $mobileBindUser) { if (!empty($mobile) && $mobileBindUser) {
// return $this->jsonReturn(1007, "手机账号已被账号" . $mobileBindUser->account ."绑定过"); return $this->jsonReturn(1007, "手机账号已被账号" . $mobileBindUser->account ."绑定过");
$mobile = ''; //$mobile = '';
} }
//同步用户数据 //同步用户数据
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment