@@ -100,7 +100,12 @@ class HomeService
$query['data'][$k]['avatar'] = $photo[0]['url'];
}
+ if(!$v['tencent_im_user_id']){
+ $query['data'][$k]['tencent_im_user_id'] = '';
+ }
+
return $query;