@@ -38,6 +38,7 @@ class Wenzhen extends Api
}
$data['user_id'] = $this->auth->id;
+ $data['realname'] = $this->auth->nickname;
return $data;