This commit is contained in:
aozhiwei 2020-11-20 14:27:11 +08:00
parent 93938eed5e
commit fb099b0f73

View File

@ -58,7 +58,7 @@ class FriendController{
} }
} }
$avatar_url = $row['avatar_url']; $avatar_url = $row['avatar_url'];
if (phpcommon\extractChannel($row['accountid']) != 6001 || if (phpcommon\extractChannel($row['accountid']) != 6001 &&
phpcommon\extractChannel($row['accountid']) != 6007) { phpcommon\extractChannel($row['accountid']) != 6007) {
$avatar_url = "https://wx.qlogo.cn/mmopen/vi_32/q4oRsMFYBwPEVAeVI7tiasWSqaibr0GPQia432JhibGRYhqqEJofpWDYxJPq6q0hQ0j7icdACdHL78hrjYYHSjZQ3YA/132"; $avatar_url = "https://wx.qlogo.cn/mmopen/vi_32/q4oRsMFYBwPEVAeVI7tiasWSqaibr0GPQia432JhibGRYhqqEJofpWDYxJPq6q0hQ0j7icdACdHL78hrjYYHSjZQ3YA/132";
} }