Browse Source

Merge branch 'liuxiangxin' into jun

jun 3 months ago
parent
commit
ecd1449899
1 changed files with 1 additions and 0 deletions
  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'],