丁云鹏 hai 11 meses
pai
achega
6580572341

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/remote/AIGCRemoteService.java

@@ -48,7 +48,7 @@ public class AIGCRemoteService {
                 HttpEntity responseEntity = response.getEntity();
                 if (Objects.nonNull(responseEntity)) {
                     String responseBody = EntityUtils.toString(responseEntity, "UTF-8");
-                    log.info("getAllContent AIGC返回的数据:{}", responseBody);
+                    // log.info("getAllContent AIGC返回的数据:{}", responseBody);
                     JSONObject jsonObject = JSONObject.parseObject(responseBody);
                     if (jsonObject.getInteger("code") == 0) {
                         JSONArray data = jsonObject.getJSONArray("data");