ソースを参照

tencent_im_user_id update

xiaogang 3 年 前
コミット
ca0f75c794
1 ファイル変更5 行追加0 行削除
  1. 5 0
      app/Services/HomeService.php

+ 5 - 0
app/Services/HomeService.php

xqd
@@ -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;
     }