@@ -3618,6 +3618,9 @@ public class QuestionServiceImpl extends ServiceImpl<QuestionMapper, Question> i
@Override
public String getTopicList(String topParam) {
+ log.error("参数:"+topParam);
+ String s = HttpUtils.sendGet(QUESTION_DETAIL, topParam);
+ log.error("结果:"+s);
return HttpUtils.sendGet(QUESTION_DETAIL, topParam);
}