From 93938eed5e5b5a18904703e1d65f593d1762db37 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 20 Nov 2020 14:06:33 +0800 Subject: [PATCH] 1 --- webapp/controller/FriendController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/FriendController.class.php b/webapp/controller/FriendController.class.php index 7bebd0a..0ca0feb 100644 --- a/webapp/controller/FriendController.class.php +++ b/webapp/controller/FriendController.class.php @@ -58,7 +58,8 @@ class FriendController{ } } $avatar_url = $row['avatar_url']; - if (phpcommon\extractChannel($row['accountid']) != 6001) { + if (phpcommon\extractChannel($row['accountid']) != 6001 || + phpcommon\extractChannel($row['accountid']) != 6007) { $avatar_url = "https://wx.qlogo.cn/mmopen/vi_32/q4oRsMFYBwPEVAeVI7tiasWSqaibr0GPQia432JhibGRYhqqEJofpWDYxJPq6q0hQ0j7icdACdHL78hrjYYHSjZQ3YA/132"; }