|
@@ -222,6 +222,8 @@ class User extends Base
|
|
|
$userCommon = new CommonUser();
|
|
|
$rs = json_decode($userCommon->GetUserInfo(['id' => $this->uid]), true);
|
|
|
|
|
|
+ $rs['data']['level'] = $this->level;
|
|
|
+
|
|
|
return json_show($rs['code'], $rs['message'], $rs['data']);
|
|
|
|
|
|
}
|