作者 赵彬吉

update

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