@@ -45,6 +45,7 @@ class MemberFollowTopicRepository {
'updated_at' => $date,
];
}
+ Log::info("关注话题组:categoryIds{$topic_group_ids}topicIds".json_encode($topicIds));
//判断用户是否关注过话题
if($this->memberFollowTopic->where('uid', $token['user']->uid)->exists()){
return jsonSuccess();