作者 赵彬吉

update

... ... @@ -87,6 +87,7 @@ class ProjectAssociationController extends BaseController
}
$cache = isset($cache);
$search = request()->input('search');
// $result = ProjectAssociationServices::getInstance()->getAiccWechatLists($isRes, $app, $cache);
$result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search);
$this->response('success', Code::SUCCESS, $result);
}
... ...
... ... @@ -169,7 +169,7 @@ class ProjectAssociationServices extends BaseService
if(empty($result) || $result['status'] != 200){
return [];
}
return $result['data'];
return $result;
}
/**
... ...