|
...
|
...
|
@@ -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);
|
|
|
|
}
|
...
|
...
|
|