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