fixed
This commit is contained in:
@@ -4,7 +4,7 @@ namespace app\admin\controller\auth;
|
||||
|
||||
use app\admin\model\AuthGroup;
|
||||
use app\admin\model\AuthGroupAccess;
|
||||
use app\api\logic\GewechatFriendsLogic;
|
||||
use app\api\logic\GewechatFriendsWechatLogic;
|
||||
use app\common\controller\Backend;
|
||||
use fast\Random;
|
||||
use fast\Tree;
|
||||
@@ -299,7 +299,7 @@ class Admin extends Backend
|
||||
}
|
||||
|
||||
function getRelWxids(){
|
||||
$friends = (new GewechatFriendsLogic())->getFriendDetailList();
|
||||
$friends = (new GewechatFriendsWechatLogic())->getFriendDetailList();
|
||||
|
||||
return json(['data'=>$friends,'total'=>count($friends)]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user