正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -89,6 +89,12 @@ class ProjectAssociationController extends BaseController | @@ -89,6 +89,12 @@ class ProjectAssociationController extends BaseController | ||
| 89 | $search = request()->input('search'); | 89 | $search = request()->input('search'); |
| 90 | // $result = ProjectAssociationServices::getInstance()->getAiccWechatLists($isRes, $app, $cache); | 90 | // $result = ProjectAssociationServices::getInstance()->getAiccWechatLists($isRes, $app, $cache); |
| 91 | $result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search); | 91 | $result = ProjectAssociationServices::getInstance()->getWorkChatRoomList($search); |
| 92 | + $result['info'] = [ | ||
| 93 | + 'friend_id' => $isRes->friend_id ?? 0, | ||
| 94 | + 'nickname' => $isRes->nickname ?? '', | ||
| 95 | + 'user_name' => $isRes->user_name ?? '', | ||
| 96 | + 'image' => $isRes->image ?? '', | ||
| 97 | + ]; | ||
| 92 | $this->response('success', Code::SUCCESS, $result); | 98 | $this->response('success', Code::SUCCESS, $result); |
| 93 | } | 99 | } |
| 94 | } | 100 | } |
-
请 注册 或 登录 后发表评论