소스 검색

Merge branch 'liuxiangxin' into jun

jun 3 달 전
부모
커밋
ecd1449899
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'],