rabin 2 years ago
parent
commit
8dda570f35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/User.php

+ 1 - 1
service/agent/lib/User.php

@@ -66,7 +66,7 @@ class User
             'type' => 'user',
             'content' => array
             (
-                array('手机号', $user['mobile']),
+                //array('手机号', $user['mobile']),
                 array('昵称', $user['username']),
                 array('身份证号', $info['idcard']),
             ),