|
...
|
...
|
@@ -86,9 +86,15 @@ class ProjectAssociationController extends BaseController |
|
|
|
$this->response('success', Code::SERVER_ERROR);
|
|
|
|
}
|
|
|
|
$cache = isset($cache);
|
|
|
|
|
|
|
|
try {
|
|
|
|
$search = request()->input('search');
|
|
|
|
// $result = ProjectAssociationServices::getInstance()->getAiccWechatLists($isRes, $app, $cache);
|
|
|
|
$result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search, $isRes->friend_id);
|
|
|
|
}catch (\Exception $e){
|
|
|
|
$result = [];
|
|
|
|
}
|
|
|
|
|
|
|
|
$result['info'] = [
|
|
|
|
'friend_id' => $isRes->friend_id ?? 0
|
|
|
|
];
|
...
|
...
|
|