$gifts = Player::where('subject_id', $subid)
            ->field('COUNT(gifts) as gifts')
            ->select();

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论
返回
顶部