he2802 2 лет назад
Родитель
Сommit
3b1a7f74db

+ 3 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/bank/service/impl/QuestionServiceImpl.java

@@ -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);
     }