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