消息接收数据

This commit is contained in:
wong
2025-10-21 16:48:00 +08:00
parent 7475dbd07c
commit 0958c5f9c7
3 changed files with 31 additions and 2 deletions

View File

@@ -247,6 +247,7 @@ class ContentLibraryController extends Controller
$friendsInfo = Db::name('wechat_friendship')->alias('wf')
->field('wf.id,wf.wechatId, wa.nickname, wa.avatar')
->join('wechat_account wa', 'wf.wechatId = wa.wechatId')
->order('wa.id DESC')
->whereIn('wf.id', $friendIds)
->select();
}