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