Browse Source

【Add】添加是否添加好友下发

liuxiangxin 3 tháng trước cách đây
mục cha
commit
4c5d843377
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Api/Custom.php

+ 1 - 0
app/Http/Controllers/Api/Custom.php

@@ -74,6 +74,7 @@ class Custom extends Api{
 		// 所需数组组合
 		$custom							= [
 											'uid'=>$custom['uid'],
+											'have_follow'=>$custom['weiban_extid']?1:0,
 											'username'=>$custom['username'],
 											'userpic'=>$custom['userpic'],
 											'phone'=>$custom['phone'],